File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 - name : Setup
3838 uses : ./.github/actions/ci
3939
40+ # Needed for ESLint as otherwise imports are not resolved
41+ - name : Build CLIs
42+ uses : pnpm build:clis
43+
4044 - name : Lint
4145 run : pnpm lint
4246
Original file line number Diff line number Diff line change 1010 "postinstall" : " ./scripts/postinstall.sh" ,
1111 "clean" : " rm -rf coverage; manypkg exec rimraf lib dist node_modules; rm -rf node_modules" ,
1212 "commit" : " git-cz" ,
13- "build" : " pnpm preconstruct build" ,
13+ "build" : " pnpm build:clis && pnpm build:packages" ,
14+ "build:clis" : " pnpm --filter @commercetools/get-credentials --filter @commercetools/personal-data-erasure --filter @commercetools/resource-deleter build" ,
15+ "build:packages" : " pnpm preconstruct build" ,
1416 "check-gh-auth-token" : " if [[ -z \" ${GITHUB_AUTH}\" ]]; then echo \" Need to set GITHUB_AUTH\" && exit 1; fi" ,
1517 "lint" : " jest --projects jest.eslint.config.js jest.flow.config.js" ,
1618 "lint:js" : " jest --config jest.eslint.config.js" ,
You can’t perform that action at this time.
0 commit comments