Skip to content

Commit

Permalink
ci: disable stack builds
Browse files Browse the repository at this point in the history
  • Loading branch information
r115 committed Oct 2, 2024
1 parent 49fc7e2 commit c76464a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/stack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,7 @@
},
"types": "src/index.ts",
"scripts": {
"build": "pnpm build:stack && pnpm build:lambda && pnpm build:imageoptimizer",
"build:stack": "tsup --config tsup.config.stack.js",
"build:lambda": "tsup --config tsup.config.lambda.js",
"build:imageoptimizer": "./src/image-optimizer/build.sh",
"dev": "tsup --config tsup.config.stack.js --watch",
"clean": "rimraf dist cdk.out",
"synth": "FASTLY_API_KEY=1 FASTLY_SERVICE_ID=1 cdk synth --require-approval never MPAth-staging"

},
"dependencies": {
"@aws-cdk/aws-apigatewayv2-alpha": "2.17.0-alpha.0",
Expand Down

0 comments on commit c76464a

Please sign in to comment.