Skip to content

Commit

Permalink
Fix publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jviide committed Oct 19, 2022
1 parent e3028ee commit ec38274
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
cache: npm
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run lint
- run: npm run typecheck
- run: npm test
- run: npm publish --access=public
Expand Down

0 comments on commit ec38274

Please sign in to comment.