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 025b9b1 commit aee4285Copy full SHA for aee4285
.github/workflows/npm-publish.yml
@@ -15,8 +15,8 @@ jobs:
15
- uses: actions/setup-node@v3
16
with:
17
node-version: 16
18
- - run: yarn
19
- - run: yarn test
+ - run: npm ci
+ - run: npm test
20
21
publish-npm:
22
needs: build
@@ -27,8 +27,8 @@ jobs:
27
28
29
registry-url: https://registry.npmjs.org/
30
31
- - run: yarn build
32
- - run: yarn publish
+ - run: npm run build
+ - run: npm publish
33
env:
34
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments