Skip to content

Commit

Permalink
adding production run
Browse files Browse the repository at this point in the history
  • Loading branch information
mDandini committed Feb 27, 2023
1 parent 094d659 commit 5d6ddf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"start:prod-server": "cross-env NODE_ENV=production nodemon server/main.js",
"copy": "npx ncp ./node_modules/@esri/calcite-components/dist/calcite/assets/ ./public/assets && npx ncp ./node_modules/@arcgis/core/assets/ ./public/assets",
"postinstall": "npm run copy",
"start": "concurrently \"npm run start:server\" \"npm run start:web\""
"start": "concurrently \"npm run start:server\" \"npm run start:web\"",
"start:production": "concurrently \"npm run start:prod-server\" \"npm run start:web\""
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 5d6ddf6

Please sign in to comment.