Skip to content

Commit

Permalink
fix(hcl2cdk): Try to fix TF checksum errors in tests by running them …
Browse files Browse the repository at this point in the history
…in band
  • Loading branch information
ansgarm committed Oct 2, 2023
1 parent a496b0d commit 6d8bbb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@cdktf/hcl2cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"watch": "tsc -w",
"watch-preserve-output": "tsc -w --preserveWatchOutput",
"test": "jest",
"test:ci": "jest --ci",
"test:ci": "jest --ci --runInBand",
"jest-watch": "jest --watch",
"package": "./package.sh",
"dist-clean": "rm -rf dist"
Expand Down

0 comments on commit 6d8bbb8

Please sign in to comment.