Skip to content

Commit 87b94e5

Browse files
MuthuveerappanvMuthu Venkatachalam
and
Muthu Venkatachalam
authored
chore: add workspace flag to package script (#1344)
* fix worspace package script fixes - #1343 * fix review comments, skip package for docs snippets --------- Co-authored-by: Muthu Venkatachalam <[email protected]>
1 parent b0a0fe5 commit 87b94e5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/snippets/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"scripts": {
1010
"test": "echo 'Not Applicable'",
1111
"test:e2e": "echo 'Not Applicable'",
12+
"package": "echo 'Not applicable'",
1213
"build": "echo 'Not Applicable'",
1314
"lint": "eslint --ext .ts --no-error-on-unmatched-pattern logger tracer metrics parameters",
1415
"lint-fix": "eslint --fix --ext .ts --no-error-on-unmatched-pattern logger tracer metrics parameters"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"init-environment": "husky install",
1919
"test": "npm t -ws",
2020
"commit": "commit",
21-
"package": "npm run package",
21+
"package": "npm run package -ws",
2222
"setup-local": "export PROJECT_ROOT=$(pwd) && npm ci --foreground-scripts && cd $PROJECT_ROOT/examples/cdk && npm ci && cd $PROJECT_ROOT/examples/sam && npm ci && cd $PROJECT_ROOT/ && npm run init-environment",
2323
"build": "npm run build -ws",
2424
"postversion": "git push && git push --tags",

0 commit comments

Comments
 (0)