File tree 3 files changed +1
-8
lines changed
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
-
4
1
npx lint-staged
Original file line number Diff line number Diff line change 1
- #! /bin/sh
2
- . " $( dirname " $0 " ) /_/husky.sh"
3
-
4
1
npm t \
5
2
-w packages/commons \
6
3
-w packages/logger \
Original file line number Diff line number Diff line change 17
17
" examples/sam"
18
18
],
19
19
"scripts" : {
20
- "init-environment" : " husky install" ,
21
20
"test" : " npm t -ws" ,
22
21
"test:parallel" : " lerna exec --no-bail --no-sort --stream --concurrency 8 -- npm run test" ,
23
22
"test:e2e" : " npm run test:e2e -ws" ,
24
23
"test:e2e:parallel" : " lerna exec --no-bail --no-sort --stream --concurrency 8 -- npm run test:e2e" ,
25
24
"commit" : " commit" ,
26
- "setup-local" : " npm ci && npm run build && npm run init-environment " ,
25
+ "setup-local" : " npm ci && npm run build && husky " ,
27
26
"build" : " npm run build -ws" ,
28
27
"docs-website-build-run" : " npm run docs-buildDockerImage && npm run docs-runLocalDocker" ,
29
28
"docs-buildDockerImage" : " docker build -t powertools-typescript/docs ./docs/" ,
You can’t perform that action at this time.
0 commit comments