Skip to content

Commit 0fccf14

Browse files
author
ssysm
committed
change to npm
1 parent 7171cc8 commit 0fccf14

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
node-version: 12
1515
registry-url: https://registry.npmjs.org/
16-
- run: yarn install
16+
- run: npm install
1717
- run: npm publish --access public
1818
env:
1919
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
with:
1212
node-version: 12
1313
registry-url: https://registry.npmjs.org/
14-
- run: yarn install
15-
- run: yarn test
14+
- run: npm install
15+
- run: npm test

0 commit comments

Comments
 (0)