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 3dfdf38 commit fc8c6c6Copy full SHA for fc8c6c6
packages/react-renderer-demo/package.json
@@ -13,7 +13,7 @@
13
"start": "next start src/",
14
"serve": "cross-env NODE_ENV=production firebase serve",
15
"shell": "npm run build && firebase functions:shell",
16
- "deploy": "NODE_ENV=production yarn buld && yarn firebase deploy --only functions,hosting",
+ "deploy": "NODE_ENV=production yarn build && yarn firebase deploy --only functions,hosting",
17
"logs": "firebase functions:log",
18
"analyze": "ANALYZE=true next build src/",
19
"lint": "eslint ./src",
0 commit comments