Skip to content

Commit 05b7274

Browse files
committed
build(ci): removed changesets checking back to ci:install everywhere
1 parent 26cfe2a commit 05b7274

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
176176
pnpm dev --filter svelte-timeseries
177177
```
178178

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
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",

0 commit comments

Comments
 (0)