Skip to content

Commit

Permalink
Use typescript incremental build to speed up compilation (#1766)
Browse files Browse the repository at this point in the history
Co-authored-by: David Goss <david@davidgoss.co>
  • Loading branch information
mattwynne and davidjgoss committed Aug 22, 2021
1 parent 2bdeec4 commit c2d2af9
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 @@ -252,7 +252,7 @@
"typescript": "4.3.5"
},
"scripts": {
"build-local": "tsc -p tsconfig.node.json",
"build-local": "tsc --build tsconfig.node.json",
"cck-test": "mocha 'compatibility/**/*_spec.ts'",
"feature-test": "node ./bin/cucumber-js",
"html-formatter": "node ./bin/cucumber-js --profile htmlFormatter",
Expand Down

0 comments on commit c2d2af9

Please sign in to comment.