Skip to content

Commit

Permalink
fix: compile source before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Darío Javier Cravero committed Oct 21, 2015
1 parent e739132 commit 271a1fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"description": "PouchDB backed redux",
"main": "index.js",
"scripts": {
"build": "babel --extensions .es6 --ignore node_modules/**,__tests__/** --out-dir . .",
"clean": "find . -name '*.js*' -type f -not -path './package.json' -not -path './node_modules/*' -exec rm {} \\;",
"prepublish": "npm run build",
"start": ".bin/start",
"test": "babel-node ./node_modules/.bin/tape __tests__/*-test.es6",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
Expand Down

0 comments on commit 271a1fd

Please sign in to comment.