Skip to content

Commit

Permalink
[AEA-4684] update cdk jet to pass for no tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Orkastrated committed Nov 28, 2024
1 parent 4e68bb5 commit 2140602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"test": "jest --passWithNoTests",
"cdk": "cdk",
"lint": "eslint --max-warnings 0 --fix --config ../../eslint.config.mjs .",
"check-licenses": "license-checker --failOn GPL --failOn LGPL --start ../.."
Expand Down

0 comments on commit 2140602

Please sign in to comment.