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.
2 parents b22405e + a1a150c commit 0464be8Copy full SHA for 0464be8
package.json
@@ -35,7 +35,7 @@
35
"test": "react-scripts test",
36
"eject": "react-scripts eject",
37
"lint": "eslint .",
38
- "setup-admin-dashboard": "npm install && npm build && firebase deploy",
+ "setup-admin-dashboard": "npm install && npm run build && firebase deploy",
39
"deploy": "npm run build && firebase deploy --only hosting",
40
"precommit:react": "npm test",
41
"precommit:functions": "cd functions/ && npm run build && npm test",
0 commit comments