Skip to content

Commit 273d87f

Browse files
committed
fix GHA
1 parent f70a9f3 commit 273d87f

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
@@ -19,7 +19,7 @@ jobs:
1919
registry-url: 'https://registry.npmjs.org'
2020
scope: '@airframes'
2121
- run: npm ci
22-
- run: npm build
22+
- run: npm run build
2323
- run: npm publish
2424
env:
2525
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)