Skip to content

Commit bd7efac

Browse files
committed
sdfdsf
1 parent fa59ae2 commit bd7efac

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,13 @@ jobs:
5757
examples/13-error-boundaries/output
5858
5959
- run: spago build
60+
- run: npm i
61+
- run: npm run bundle
62+
6063
- uses: actions/setup-node@v6
6164
with:
6265
node-version: 22
6366

64-
- run: npm i && npm rebuild
65-
- run: npm run bundle
6667
- run: npm t
6768

6869
- name: Run Example Tests

0 commit comments

Comments
 (0)