Skip to content

Commit

Permalink
fix(examples): trying to fix example integration test by running TS e…
Browse files Browse the repository at this point in the history
…xamples sequentially
  • Loading branch information
ansgarm committed Jul 9, 2021
1 parent 316f182 commit 1def04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -16,7 +16,7 @@
"examples:integration:java": "test/run-against-dist tools/build-examples-sequential.sh java",
"examples:integration:csharp": "test/run-against-dist tools/build-examples.sh csharp",
"examples:integration:python": "test/run-against-dist tools/build-examples.sh python",
"examples:integration:typescript": "test/run-against-dist tools/build-examples.sh typescript",
"examples:integration:typescript": "test/run-against-dist tools/build-examples-sequential.sh typescript",
"examples:integration:go": "test/run-against-dist tools/build-examples-sequential.sh go",
"pretest": "prettier --check .",
"test": "lerna run --scope cdktf* --scope @cdktf* test",
Expand Down

0 comments on commit 1def04c

Please sign in to comment.