Skip to content

Commit

Permalink
Update npmpublish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RSeidelsohn authored May 30, 2021
1 parent d37dc8e commit 1fb7df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm ci
- run: yarn install --frozen-lockfile
- run: yarn test

publish-npm:
Expand Down

0 comments on commit 1fb7df9

Please sign in to comment.