Skip to content

Commit

Permalink
test(*): set module and target for test compilations
Browse files Browse the repository at this point in the history
  • Loading branch information
ckotzbauer committed Oct 26, 2017
1 parent 61c0e2b commit 783ff24
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 @@ -13,7 +13,7 @@
"knockout"
],
"scripts": {
"test": "tsc --project tsconfig.json --outDir dist/test && gulp test",
"test": "tsc --project tsconfig.json --target es6 --module commonjs --outDir dist/test && gulp test",
"ci": "npm run build && npm run test",
"build": "aurelia-tools ts-build-all --continue-when-failed --clean-before"
},
Expand Down

0 comments on commit 783ff24

Please sign in to comment.