Skip to content

Commit

Permalink
Merge pull request #567 from 3DStreet/fix-start-prod
Browse files Browse the repository at this point in the history
fix start:prod command
  • Loading branch information
kfarr authored Jun 7, 2024
2 parents 1cd556f + 85a6c6a commit a4ba210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/3dstreet-editor.js",
"scripts": {
"start": "webpack serve --config webpack.config.js --open --progress",
"start:prod": "serve public -l 3333",
"start:prod": "npm run dist && npm run prefirebase && serve public -l 3333",
"dist": "webpack --config webpack.prod.config.js --progress",
"dist:staging": "cross-env DEPLOY_ENV=development webpack --config webpack.prod.config.js --progress",
"lint": "eslint --ext .js,.jsx src",
Expand Down

0 comments on commit a4ba210

Please sign in to comment.