Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add npm script to start webpack-dev-server
  • Loading branch information
kajan committed Feb 18, 2021
1 parent 23406fa commit 8841d88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AspNetCoreVueMpa.Web/ClientApp/package.json
Expand Up @@ -8,6 +8,7 @@
"set_node_env:prod": "cross-env NODE_ENV=production NODE_OPTIONS=--max_old_space_size=1024",
"build:dev": "npm run set_node_env:dev webpack",
"build:prod": "npm run set_node_env:prod webpack",
"serve": "npm run set_node_env:dev webpack serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
Expand Down

0 comments on commit 8841d88

Please sign in to comment.