Skip to content

Commit

Permalink
chore(package): set env to test during test
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanfoster committed Jul 1, 2016
1 parent b3435ba commit 109eee5
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 @@ -9,7 +9,7 @@
"changelog": "conventional-changelog -s -p angular -i CHANGELOG.md",
"prepare-release": "./scripts/prepare-release",
"prepublish": "npm test && npm run build",
"test": "mocha --recursive --compilers js:babel-register",
"test": "NODE_ENV=test mocha --recursive --compilers js:babel-register",
"test:cover": "npm run coverage",
"watch": "chokidar 'src/**' 'test/**/*.js' -c 'npm test' --initial"
},
Expand Down

0 comments on commit 109eee5

Please sign in to comment.