Skip to content

Commit

Permalink
chore: remove prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
Limon Monte committed Oct 19, 2022
1 parent 387b662 commit 3220c92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: yarn test

- name: Run automated release process with semantic-release
if: github.event_name == 'push'
if: github.ref_name == 'main'
uses: cycjimmy/semantic-release-action@v2
with:
extra_plugins: |
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"lint": "eslint . --ext .js,.jsx,.d.ts && prettier . --check",
"lint-fix": "eslint . --ext .js,.jsx,.d.ts --fix && prettier . --write",
"test": "cypress run --headless",
"build": "rollup --config --bundleConfigAsCjs",
"prepublishOnly": "npm run build"
"build": "rollup --config --bundleConfigAsCjs"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3220c92

Please sign in to comment.