mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-04-24 02:22:33 +08:00
revert: "ci: move prepublish to package"
closes #647 This reverts commit fb119038e867cc06ce50894759bb84abce12836a.
This commit is contained in:
parent
a5105297d7
commit
5f7f79ebcc
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -35,6 +35,9 @@ jobs:
|
|||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: pnpm i
|
run: pnpm i
|
||||||
|
|
||||||
|
- name: PNPM build
|
||||||
|
run: pnpm run build
|
||||||
|
|
||||||
- name: Publish to NPM
|
- name: Publish to NPM
|
||||||
run: pnpm -r publish --access public --no-git-checks
|
run: pnpm -r publish --access public --no-git-checks
|
||||||
env:
|
env:
|
||||||
|
@ -7,8 +7,7 @@
|
|||||||
"lint": "eslint --cache .",
|
"lint": "eslint --cache .",
|
||||||
"format": "prettier --write .",
|
"format": "prettier --write .",
|
||||||
"typecheck": "tsc --noEmit",
|
"typecheck": "tsc --noEmit",
|
||||||
"release": "bumpp -r",
|
"release": "bumpp -r"
|
||||||
"prepublishOnly": "npm run build"
|
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user