Skip to content

Commit 691678d

Browse files
committed
Preserve parallelism between building types and transpile
1 parent 9259c4f commit 691678d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/aws-serverless/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"@vercel/nft": "^1.3.0"
8080
},
8181
"scripts": {
82-
"build": "run-p build:types && run-s build:transpile build:layer",
82+
"build": "run-p build:transpile build:types && run-s build:layer",
8383
"build:layer": "rimraf build/aws && rollup -c rollup.lambda-extension.config.mjs && yarn ts-node scripts/buildLambdaLayer.ts",
8484
"build:dev": "run-p build:transpile build:types",
8585
"build:transpile": "rollup -c rollup.npm.config.mjs",

0 commit comments

Comments
 (0)