File tree Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 1- #! /bin/sh
2- . " $( dirname " $0 " ) /_/husky.sh"
3-
41npx lint-staged
Original file line number Diff line number Diff line change 1- #! /bin/sh
2- . " $( dirname " $0 " ) /_/husky.sh"
3-
41npm t \
52 -w packages/commons \
63 -w packages/logger \
Original file line number Diff line number Diff line change 1717 " examples/sam"
1818 ],
1919 "scripts" : {
20- "init-environment" : " husky install" ,
2120 "test" : " npm t -ws" ,
2221 "test:parallel" : " lerna exec --no-bail --no-sort --stream --concurrency 8 -- npm run test" ,
2322 "test:e2e" : " npm run test:e2e -ws" ,
2423 "test:e2e:parallel" : " lerna exec --no-bail --no-sort --stream --concurrency 8 -- npm run test:e2e" ,
2524 "commit" : " commit" ,
26- "setup-local" : " npm ci && npm run build && npm run init-environment " ,
25+ "setup-local" : " npm ci && npm run build && husky " ,
2726 "build" : " npm run build -ws" ,
2827 "docs-website-build-run" : " npm run docs-buildDockerImage && npm run docs-runLocalDocker" ,
2928 "docs-buildDockerImage" : " docker build -t powertools-typescript/docs ./docs/" ,
You can’t perform that action at this time.
0 commit comments