Skip to content

Commit

Permalink
Add NODE_ENV
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
  • Loading branch information
juliushaertl authored and npmbuildbot[bot] committed Aug 23, 2019
1 parent 96879bc commit 20f58b9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions js/notifications.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/notifications.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"license": "agpl",
"private": true,
"scripts": {
"dev": "webpack --config src/webpack.dev.js",
"watch": "webpack --progress --watch --config src/webpack.dev.js",
"build": "webpack --progress --hide-modules --config src/webpack.prod.js",
"dev": "NODE_ENV=development webpack --config src/webpack.dev.js",
"watch": "NODE_ENV=development webpack --progress --watch --config src/webpack.dev.js",
"build": "NODE_ENV=production webpack --progress --hide-modules --config src/webpack.prod.js",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix"
},
Expand Down

0 comments on commit 20f58b9

Please sign in to comment.