Skip to content

Commit 9db030c

Browse files
committed
chore: remove unused commands
[skip ci]
1 parent 80a57ca commit 9db030c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
"scripts": {
77
"test": "npx globstar -- npx tsx --test --test-reporter spec \"!(dist|node_modules)/**/*.spec.ts\"",
88
"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"
9+
"prepare": "husky && check-node-version --package"
1210
},
1311
"repository": {
1412
"type": "git",

0 commit comments

Comments
 (0)