Skip to content

Commit

Permalink
fix(ci): remove redundant scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
irudoy committed Mar 6, 2022
1 parent 996d35d commit 4f8a345
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
cache: yarn
- run: yarn install
- run: yarn test --bail --ci
- run: yarn prepublishOnly
- run: yarn npm publish
env:
YARN_NPM_AUTH_TOKEN: ${{secrets.npm_token}}
- run: yarn postpublish

0 comments on commit 4f8a345

Please sign in to comment.