Skip to content

Commit

Permalink
fix: restore stack scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
r115 committed Oct 2, 2024
1 parent c76464a commit e490784
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/stack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@
},
"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 e490784

Please sign in to comment.