Skip to content

Commit

Permalink
Build TypeScript before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Jun 28, 2017
1 parent 11d7e6d commit d113a82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"test-browser": "for f in test/test-*.js; do browserify -t brfs $f | testling; done",
"dist": "browserify lib/browser.js --standalone 'music-metadata' -o dist/music-metadata.js",
"test": "mocha --require ts-node/register test/*.ts",
"prepare": "npm run compile",
"verify": "npm-run-all compile lint test"
},
"dependencies": {
Expand Down

0 comments on commit d113a82

Please sign in to comment.