mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-07-03 18:43:26 +08:00
ci: move prepublish to package
This commit is contained in:
@ -7,7 +7,8 @@
|
||||
"lint": "eslint --cache .",
|
||||
"format": "prettier --write .",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"release": "bumpp -r"
|
||||
"release": "bumpp -r",
|
||||
"prepublishOnly": "npm run build"
|
||||
},
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
|
Reference in New Issue
Block a user