Skip to content

Commit 6946287

Browse files
committed
cd to correct dir
1 parent 8b555af commit 6946287

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,6 @@ jobs:
3333
cd pyscriptjs
3434
npm install
3535
- name: Build pyscript
36-
run: npm run dev
36+
run: |
37+
cd pyscriptjs
38+
npm run dev

0 commit comments

Comments
 (0)