Skip to content

Commit

Permalink
rm prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
chmln committed Mar 25, 2018
1 parent fa113a7 commit 7f698f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"test:typecheck": "tsc -p src --noEmit",
"test:unit": "jest --config .jest.json",
"coveralls": "jest --config .jest.json --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"precommit": "lint-staged",
"prepublishOnly": "npm run build && npm test"
"precommit": "lint-staged"
},
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit 7f698f8

Please sign in to comment.