Skip to content
This repository was archived by the owner on Jul 20, 2022. It is now read-only.

Commit c2af3d0

Browse files
(workflow) update to install only root package
1 parent f393068 commit c2af3d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ jobs:
2525
- uses: pnpm/[email protected]
2626
with:
2727
version: 6.24.0
28-
run_install: true
2928

29+
- name: Only run install on root package
30+
run: pnpm install --filter remix-crash
3031
- run: pnpm run build
3132

3233
- run: npm publish

0 commit comments

Comments
 (0)