Skip to content
This repository has been archived by the owner on Nov 10, 2019. It is now read-only.

Commit

Permalink
fix: add missing transpile task to prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed May 22, 2016
1 parent dbfe76a commit 1735933
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 @@ -18,7 +18,9 @@
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"postcoveralls": "rm -rf ./coverage",
"md": "mos -x=\"test/**/*.md\"",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"transpile": "babel src --out-dir dist",
"prepublish": "npm run transpile"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 1735933

Please sign in to comment.