We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a57ca commit 9db030cCopy full SHA for 9db030c
package.json
@@ -6,9 +6,7 @@
6
"scripts": {
7
"test": "npx globstar -- npx tsx --test --test-reporter spec \"!(dist|node_modules)/**/*.spec.ts\"",
8
"test:e2e": "npx tsx --no-warnings ./feature-runner/run-features.ts > e2e-test-result.json && cat e2e-test-result.json | npx tsx --no-warnings ./feature-runner/console-reporter.ts --only-failed --with-timestamps",
9
- "prepare": "husky && check-node-version --package",
10
- "deploy": "cdk deploy",
11
- "synth": "cdk synth"
+ "prepare": "husky && check-node-version --package"
12
},
13
"repository": {
14
"type": "git",
0 commit comments