-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support deploying to Cloud Run #1
base: main
Are you sure you want to change the base?
Conversation
2a17c3f
to
44298ff
Compare
This reverts commit 9f8e44c.
Slack Thread |
package.json
Outdated
"fs": "0.0.1-security", | ||
"http": "0.0.0", | ||
"https": "~1.0.0", | ||
"https-proxy-agent": "~2.2.1", | ||
"hummus": "~1.0.87", | ||
"jest": "^28.1.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Jest should be a dev dependency. Are there other packages that were added as regular dependencies that should not be?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done! Just moved the jest to dev dependencies now, but we'll keep it in mind.
This PR