Skip to content

Commit

Permalink
Run vanilla javascript tests as well
Browse files Browse the repository at this point in the history
  • Loading branch information
JD Conley committed Oct 14, 2016
1 parent e189bd0 commit 9725cbd
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 @@ -9,7 +9,7 @@
"scripts": {
"compile": "tslint --project tslint.json && tsc -d && tsc -p . && babel -d dist/lib/ dist/src/ && cp -rf dist/lib/* dist/src/",
"prepublish": "rm -rf dist && npm run compile",
"pretest": "npm run compile",
"pretest": "npm run compile && cp test/*.js dist/test",
"test": "mocha dist/test/*.js"
},
"main": "dist/src/index.js",
Expand Down

0 comments on commit 9725cbd

Please sign in to comment.