We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 030329e commit 930272dCopy full SHA for 930272d
.github/workflows/tests.yaml
@@ -19,7 +19,7 @@ jobs:
19
- name: Install dependencies
20
run: yarn install --frozen-lockfile
21
- name: Build extension
22
- run: yarn build
+ run: yarn compile
23
- name: Install PlaydateSDK (macOS)
24
run: ./scripts/installSDKMacOS.sh
25
if: runner.os == 'macOS'
0 commit comments