We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70a9f3 commit 273d87fCopy full SHA for 273d87f
.github/workflows/publish.yml
@@ -19,7 +19,7 @@ jobs:
19
registry-url: 'https://registry.npmjs.org'
20
scope: '@airframes'
21
- run: npm ci
22
- - run: npm build
+ - run: npm run build
23
- run: npm publish
24
env:
25
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments