Skip to content

Commit

Permalink
revert: "ci: move prepublish to package"
Browse files Browse the repository at this point in the history
closes #647

This reverts commit fb11903.
  • Loading branch information
sxzz committed Jun 25, 2023
1 parent a510529 commit 5f7f79e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
- name: Install Dependencies
run: pnpm i

- name: PNPM build
run: pnpm run build

- name: Publish to NPM
run: pnpm -r publish --access public --no-git-checks
env:
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"lint": "eslint --cache .",
"format": "prettier --write .",
"typecheck": "tsc --noEmit",
"release": "bumpp -r",
"prepublishOnly": "npm run build"
"release": "bumpp -r"
},
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 5f7f79e

Please sign in to comment.