Skip to content

Commit

Permalink
fixing builddev script
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaTea committed Dec 2, 2019
1 parent 4a36ef0 commit 974a746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphqlproxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"builddev": "NODE_ENV=development webpack --config webpack.$NODE_ENV.js",
"builddev": "NODE_ENV=development && webpack --config webpack.$NODE_ENV.js",
"build": "webpack --config webpack.$NODE_ENV.js",
"start": "node dist/server",
"start:env": "node --require dotenv/config dist/server"
Expand Down

0 comments on commit 974a746

Please sign in to comment.