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 7171cc8 commit 0fccf14Copy full SHA for 0fccf14
.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
node-version: 12
15
registry-url: https://registry.npmjs.org/
16
- - run: yarn install
+ - run: npm install
17
- run: npm publish --access public
18
env:
19
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
.github/workflows/test.yml
@@ -11,5 +11,5 @@ jobs:
11
12
- - run: yarn test
+ - run: npm test
0 commit comments