Skip to content

Commit 38b810e

Browse files
committed
remove redundant layer build
1 parent d4c4a08 commit 38b810e

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

packages/aws-serverless/package.json

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
},
8080
"scripts": {
8181
"build": "run-p build:transpile build:types",
82-
"build:bundle": "yarn build:layer",
8382
"build:layer": "yarn ts-node scripts/buildLambdaLayer.ts",
8483
"build:dev": "run-p build:transpile build:types",
8584
"build:transpile": "rollup -c rollup.npm.config.mjs && yarn build:layer",
@@ -103,18 +102,5 @@
103102
"volta": {
104103
"extends": "../../package.json"
105104
},
106-
"sideEffects": false,
107-
"nx": {
108-
"targets": {
109-
"build:bundle": {
110-
"dependsOn": [
111-
"build:transpile",
112-
"build:types"
113-
],
114-
"outputs": [
115-
"{projectRoot}/build/aws"
116-
]
117-
}
118-
}
119-
}
105+
"sideEffects": false
120106
}

0 commit comments

Comments
 (0)