Skip to content

Commit

Permalink
maint(build): Add build:dev script to package.json to create a unmini…
Browse files Browse the repository at this point in the history
…fied development build.
  • Loading branch information
thet committed Jun 14, 2022
1 parent 15ea018 commit 80d7518
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"scripts": {
"start": "NODE_ENV=development webpack serve --config webpack.config.js",
"build": "NODE_ENV=production webpack --config webpack.config.js",
"build:dev": "NODE_ENV=development webpack --config webpack.config.js",
"build:stats": "NODE_ENV=production webpack --config webpack.config.js --json > stats.json",
"test": "jest"
},
Expand Down

0 comments on commit 80d7518

Please sign in to comment.