Skip to content

Commit

Permalink
Running release scripts with NODE_ENV=true
Browse files Browse the repository at this point in the history
  • Loading branch information
JedWatson committed Sep 23, 2015
1 parent 19d52cd commit dac61c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"coveralls": "NODE_ENV=test istanbul cover _mocha --report lcovonly -- -u exports --compilers js:babel/register -R spec && cat coverage/lcov.info | coveralls",
"examples": "gulp dev:server",
"lint": "eslint .",
"publish:examples": "gulp publish:examples",
"release": "gulp release",
"publish:examples": "NODE_ENV=production gulp publish:examples",
"release": "NODE_ENV=production gulp release",
"start": "gulp dev",
"test": "mocha --compilers js:babel/register",
"watch": "gulp watch:lib"
Expand Down

0 comments on commit dac61c5

Please sign in to comment.