Skip to content

Commit a4ba210

Browse files
authored
Merge pull request #567 from 3DStreet/fix-start-prod
fix start:prod command
2 parents 1cd556f + 85a6c6a commit a4ba210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "dist/3dstreet-editor.js",
66
"scripts": {
77
"start": "webpack serve --config webpack.config.js --open --progress",
8-
"start:prod": "serve public -l 3333",
8+
"start:prod": "npm run dist && npm run prefirebase && serve public -l 3333",
99
"dist": "webpack --config webpack.prod.config.js --progress",
1010
"dist:staging": "cross-env DEPLOY_ENV=development webpack --config webpack.prod.config.js --progress",
1111
"lint": "eslint --ext .js,.jsx src",

0 commit comments

Comments
 (0)