Skip to content

Commit 5f47d8a

Browse files
authored
Update npmpublish.yml
1 parent 0564d9e commit 5f47d8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npmpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
- uses: actions/setup-node@v1
1717
with:
1818
node-version: 12
19-
- run: npm ci
20-
- run: npm test
19+
- run: yarn
20+
- run: yarn test
2121

2222
publish-npm:
2323
needs: build

0 commit comments

Comments
 (0)