Skip to content

Commit dce1ff7

Browse files
committed
Fix gh action compile
1 parent 06ac72f commit dce1ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node-version: 16
2121
registry-url: https://npm.pkg.github.com/
2222
- run: npm ci
23-
- run: npm compile
23+
- run: npm run compile
2424
- run: npm publish
2525
env:
2626
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)