Skip to content

Commit

Permalink
Add test step to prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
lexun committed Dec 1, 2016
1 parent 70b5ae5 commit b5cbefb
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 @@ -6,7 +6,7 @@
"scripts": {
"build": "babel src -d lib",
"clean": "rimraf lib",
"prepublish": "npm run clean && npm run build",
"prepublish": "npm test && npm run clean && npm run build",
"test": "jest",
"test:watch": "npm run test -- --watch"
},
Expand Down

0 comments on commit b5cbefb

Please sign in to comment.