Skip to content

Commit 25cf3ea

Browse files
committed
chore: add setup-local script
1 parent d2b13c9 commit 25cf3ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: package.json

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"test": "npm run lerna-test",
1616
"commit": "commit",
1717
"package": "npm run package",
18+
"setup-local": "npm ci --foreground-scripts && cd examples/cdk && npm ci && cd ../.. && cd examples/sam && npm ci && cd ../..",
1819
"lerna-test": "lerna exec -- npm run test",
1920
"lerna-test:unit": "lerna exec -- npm run test:unit",
2021
"lerna-test:e2e": "lerna exec -- npm run test:e2e",

0 commit comments

Comments
 (0)