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.
build:dev
1 parent 7ef2885 commit 07e8bbcCopy full SHA for 07e8bbc
1 file changed
packages/aws-serverless/package.json
@@ -79,10 +79,10 @@
79
"@vercel/nft": "^1.3.0"
80
},
81
"scripts": {
82
- "build": "run-p build:transpile build:types",
+ "build": "run-p build:transpile build:layer build:types",
83
"build:layer": "rimraf build/aws && rollup -c rollup.lambda-extension.config.mjs && yarn ts-node scripts/buildLambdaLayer.ts",
84
"build:dev": "run-p build:transpile build:types",
85
- "build:transpile": "rollup -c rollup.npm.config.mjs && yarn build:layer",
+ "build:transpile": "rollup -c rollup.npm.config.mjs",
86
"build:types": "run-s build:types:core build:types:downlevel",
87
"build:types:core": "tsc -p tsconfig.types.json",
88
"build:types:downlevel": "yarn downlevel-dts build/npm/types build/npm/types-ts3.8 --to ts3.8",
0 commit comments