Skip to content

Commit

Permalink
Fix for new npm
Browse files Browse the repository at this point in the history
  • Loading branch information
tadatuta committed Jul 23, 2018
1 parent 9a952ac commit e2de026
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 @@ -52,7 +52,7 @@
},
"scripts": {
"start": "magic server",
"postinstall": "npm i jsdoc",
"postinstall": "npm i jsdoc mocha-phantomjs",
"lint": "jshint-groups && jscs .",
"test": "npm run lint && npm run test-all",
"test-all": "npm run test-i18n && npm run test-tmpl && npm run test-js && npm run test-dist",
Expand Down

0 comments on commit e2de026

Please sign in to comment.