We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07a3565 + a777880 commit c5519ebCopy full SHA for c5519eb
.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
.travis.yml
0 commit comments