Skip to content

Commit f1ddf34

Browse files
committed
chore: typo
1 parent 113f84f commit f1ddf34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Build the package on cache miss
6969
run: pnpm install && pnpm build && pnpm snapshot
7070
- name: Move playground to work around weird working-directory issue
71-
run: rm playgroun/pnpm-lock.yaml && mv playground ../playground
71+
run: rm playground/pnpm-lock.yaml && mv playground ../playground
7272
- name: Install dependencies in playground
7373
run: pnpm -C ../playground install --no-frozen-lockfile
7474

0 commit comments

Comments
 (0)