Skip to content

Commit 9874783

Browse files
fix worspace package script
fixes - aws-powertools#1343
1 parent c99714f commit 9874783

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
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",
@@ -87,4 +87,4 @@
8787
"dependencies": {
8888
"hosted-git-info": "^6.1.1"
8989
}
90-
}
90+
}

0 commit comments

Comments
 (0)