Skip to content

Commit

Permalink
add prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
codekirei committed Mar 16, 2016
1 parent d85e094 commit 114b0e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"lint": "eslint 'src/**/*.js' 'test/**/*.js'",
"test": "mocha",
"cover": "istanbul cover _mocha",
"dev": "chokidar 'src/**/*.js' 'test/**/*' -c 'clear && npm-run-all lint cover'"
"dev": "chokidar 'src/**/*.js' 'test/**/*' -c 'clear && npm-run-all lint cover'",
"prepublish": "npm-run-all clean build"
},
"repository": {
"type": "git",
Expand Down
1 change: 0 additions & 1 deletion todo.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
- hook up babel to run on prepublish
- update changelog / readme
- version bump

0 comments on commit 114b0e3

Please sign in to comment.