Skip to content

Commit 930272d

Browse files
committed
fix ci build step
1 parent 030329e commit 930272d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install dependencies
2020
run: yarn install --frozen-lockfile
2121
- name: Build extension
22-
run: yarn build
22+
run: yarn compile
2323
- name: Install PlaydateSDK (macOS)
2424
run: ./scripts/installSDKMacOS.sh
2525
if: runner.os == 'macOS'

0 commit comments

Comments
 (0)