File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2929 cache : pnpm
3030 registry-url : " https://registry.npmjs.org/"
3131
32- - name : Exec all CI scripts ( Install Dependencies, check changesets)
33- run : pnpm ci:all
32+ - name : Install dependencies
33+ run : pnpm ci:install
3434
3535 - name : Run build
3636 run : pnpm build
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ Taken from the demo at `packages/svelte-timeseries/src/routes/+page.svelte`:
172172## Development & testing
173173
174174``` bash
175- pnpm install
175+ pnpm ci: install
176176pnpm dev --filter svelte-timeseries
177177```
178178
Original file line number Diff line number Diff line change 1818 "changeset:status" : " changeset status" ,
1919 "changeset:version" : " changeset version" ,
2020 "check" : " pnpm -r check" ,
21- "ci:all" : " run-s ci:install changeset:status" ,
2221 "ci:install" : " pnpm install --frozen-lockfile --prefer-offline" ,
2322 "clean" : " pnpm -r clean" ,
2423 "clear" : " pnpm -r clear" ,
You can’t perform that action at this time.
0 commit comments