File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2626 cache : pnpm
2727 registry-url : " https://registry.npmjs.org/"
2828
29- - name : Install Dependencies
30- run : pnpm ci:install
29+ - name : Exec all CI scripts ( Install Dependencies, check changesets)
30+ run : pnpm ci:all
3131
3232 - name : Run build
3333 run : pnpm build
Original file line number Diff line number Diff line change 1515 "build" : " pnpm -r --filter=./packages/* build" ,
1616 "build:examples" : " pnpm -r --filter=./examples/* build" ,
1717 "changeset:publish" : " changeset publish" ,
18+ "changeset:status" : " changeset status" ,
1819 "changeset:version" : " changeset version" ,
1920 "check" : " pnpm -r check" ,
21+ "ci:all" : " run-s ci:install changeset:status" ,
2022 "ci:install" : " pnpm install --frozen-lockfile --prefer-offline" ,
2123 "clean" : " pnpm -r clean" ,
2224 "clear" : " pnpm -r clear" ,
You can’t perform that action at this time.
0 commit comments