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 4330ff2 commit add04d1Copy full SHA for add04d1
.github/workflows/npmpublish.yml
@@ -15,8 +15,8 @@ jobs:
15
- uses: actions/setup-node@v1
16
with:
17
node-version: 16
18
- - run: npm install
19
- - run: npm run build
+ - run: yarn
+ - run: yarn run build
20
21
publish-npm:
22
needs: build
@@ -27,9 +27,9 @@ jobs:
27
28
29
registry-url: https://registry.npmjs.org/
30
31
- - run: npm run package
32
- - run: npm run publish
+ - run: yarn run package
+ - run: yarn run publish
33
env:
34
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
35
0 commit comments