We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cd556f + 85a6c6a commit a4ba210Copy full SHA for a4ba210
package.json
@@ -5,7 +5,7 @@
5
"main": "dist/3dstreet-editor.js",
6
"scripts": {
7
"start": "webpack serve --config webpack.config.js --open --progress",
8
- "start:prod": "serve public -l 3333",
+ "start:prod": "npm run dist && npm run prefirebase && serve public -l 3333",
9
"dist": "webpack --config webpack.prod.config.js --progress",
10
"dist:staging": "cross-env DEPLOY_ENV=development webpack --config webpack.prod.config.js --progress",
11
"lint": "eslint --ext .js,.jsx src",
0 commit comments