Skip to content

Commit

Permalink
fix production environment
Browse files Browse the repository at this point in the history
  • Loading branch information
csimi committed Apr 3, 2019
1 parent 5da9a5c commit e84e4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Webhook trigger inspector",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=development node index.js",
"start": "cross-env NODE_ENV=production node index.js",
"dev": "cross-env NODE_ENV=development node index.js",
"build": "cross-env NODE_ENV=production webpack-cli --mode production",
"lint": "eslint --version && eslint .",
Expand Down

0 comments on commit e84e4b1

Please sign in to comment.