Skip to content

Commit

Permalink
update build command
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinOehlerkingCap committed Aug 12, 2024
1 parent cdc61f4 commit 1fbd05a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
"jest"
],
"scripts": {
"serve": "NODE_ENV=development npm run build:dev",
"serve:windows": "set NODE_ENV=development&& npm run build:dev",
"build:dev": "set NODE_ENV=development&& webpack serve --config config/webpack/webpack.dev.js",
"serve": "NODE_ENV=development webpack serve --config config/webpack/webpack.dev.js",
"serve:windows": "set NODE_ENV=development&& webpack serve --config config/webpack/webpack.dev.js",
"build": "NODE_ENV=production webpack --config config/webpack/webpack.prod.js",
"test": "npm run test:unit",
"test:unit": "npx jest",
Expand Down

0 comments on commit 1fbd05a

Please sign in to comment.