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 b22405e commit a1a150cCopy full SHA for a1a150c
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