Skip to content

Commit c5519eb

Browse files
authored
Merge pull request mxdi9i7#21 from mxdi9i7/ssysm/ci
change to npm
2 parents 07a3565 + a777880 commit c5519eb

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.github/workflows/publish.yml

+1-1
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

+2-2
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

.travis.yml

-4
This file was deleted.

0 commit comments

Comments
 (0)