Skip to content

Commit

Permalink
Merge pull request ember-fastboot#211 from ember-fastboot/fix-package…
Browse files Browse the repository at this point in the history
….json

Fix package.json preversion command
  • Loading branch information
kratiahuja committed Dec 20, 2018
2 parents cafd96c + a34d17f commit 9d6e0be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"main": "src/index.js",
"scripts": {
"changelog": "lerna-changelog",
"lint": "node_modules/.bin/eslint src test",
"test": "mocha",
"preversion": "npm lint && npm test",
"lint:js": "node_modules/.bin/eslint src test",
"test": "npm run-script lint:js && mocha",
"preversion": "npm test",
"postversion": "git push origin master --tags"
},
"repository": {
Expand Down

0 comments on commit 9d6e0be

Please sign in to comment.