Skip to content

Commit

Permalink
Add scripts for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
sun-zheng-an committed Mar 2, 2019
1 parent e31c7ca commit e52a513
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"scripts": {
"build": "gulp build",
"test": "gulp test lint",
"coveralls": "gulp coveralls"
"coveralls": "gulp coveralls",
"prepare": "npm run build",
"prepublishOnly": "npm test"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e52a513

Please sign in to comment.