Skip to content

Commit

Permalink
fix(npm): miss
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed Apr 6, 2018
1 parent 8c58b28 commit 27ae5d2
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 @@
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"test": "node scripts/test.js --env=jsdom --verbose",
"test": "node scripts/test.js --env=jsdom",
"test:v": "node scripts/test.js --env=jsdom --verbose",
"test:cov": "node scripts/test.js --env=jsdom --collectCoverage",
"codecov": "codecov -t $CODECOV_TOKEN",
Expand Down

0 comments on commit 27ae5d2

Please sign in to comment.