Skip to content

Commit aee4285

Browse files
committed
Switch to npm
1 parent 025b9b1 commit aee4285

File tree

3 files changed

+22697
-6
lines changed

3 files changed

+22697
-6
lines changed

.github/workflows/npm-publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
- uses: actions/setup-node@v3
1616
with:
1717
node-version: 16
18-
- run: yarn
19-
- run: yarn test
18+
- run: npm ci
19+
- run: npm test
2020

2121
publish-npm:
2222
needs: build
@@ -27,8 +27,8 @@ jobs:
2727
with:
2828
node-version: 16
2929
registry-url: https://registry.npmjs.org/
30-
- run: yarn
31-
- run: yarn build
32-
- run: yarn publish
30+
- run: npm ci
31+
- run: npm run build
32+
- run: npm publish
3333
env:
3434
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)