Skip to content

Commit

Permalink
Merge pull request #419 from blink1073/clean-up-npm-publish
Browse files Browse the repository at this point in the history
Clean up npm publish
  • Loading branch information
parisk authored Dec 16, 2016
2 parents ef407ae + 1cb6517 commit a246200
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 @@ -57,6 +57,6 @@
"test": "mocha --recursive ./lib",
"build:docs": "jsdoc -c jsdoc.json",
"build": "./bin/build",
"prepublish": "tsc"
"prepublish": "npm run build"
}
}

0 comments on commit a246200

Please sign in to comment.