Skip to content

Commit

Permalink
Moved test command to prebublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
AleshaOleg committed Nov 1, 2018
1 parent c99e980 commit 7e8ca10
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 @@ -49,9 +49,9 @@
"scripts": {
"precommit": "yarn run test && lint-staged",
"clean": "rm *.js || echo 'Already cleaned'",
"build": "yarn run clean && babel -s inline -d ./ *.es6 && yarn run test",
"build": "yarn run clean && babel -s inline -d ./ *.es6",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
"prepublishOnly": "yarn run build",
"prepublishOnly": "yarn run build && yarn run test",
"pretest": "eslint *.es6 __tests__",
"test": "jest"
},
Expand Down

0 comments on commit 7e8ca10

Please sign in to comment.