We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0837394 commit 1880cddCopy full SHA for 1880cdd
package.json
@@ -45,7 +45,7 @@
45
"deploy:firebase": "firebase deploy -P default",
46
"deploy:now": "now",
47
"build:netlify-functions": "NODE_ENV=development netlify-lambda build netlify-functions",
48
- "deploy:netlify": "netlify deploy",
+ "deploy:netlify": "yarn build && yarn build:netlify-functions && netlify deploy",
49
"deploy:fly": "flyctl deploy .",
50
"netlify:serve": "NODE_ENV=development netlify-lambda serve netlify-functions",
51
"prettier": "prettier --write \"src/**/*.js\" README.md"
0 commit comments