mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-05 19:41:57 +08:00
chore: learn version ignore private package
affects: fes-doc
This commit is contained in:
parent
55f77505a5
commit
60463533cf
@ -17,17 +17,15 @@
|
||||
},
|
||||
"command": {
|
||||
"publish": {
|
||||
"ignoreChanges": ["*.md", "**/test/**"]
|
||||
"ignoreChanges": ["*.md", "**/test/**"],
|
||||
"message": "chore(release): publish"
|
||||
},
|
||||
"version": {
|
||||
"push": false
|
||||
}
|
||||
},
|
||||
"packages": [
|
||||
"packages/fes-cli",
|
||||
"packages/fes-core",
|
||||
"packages/fes-ui",
|
||||
"packages/fes-template"
|
||||
"packages/*"
|
||||
],
|
||||
"npmClient": "npm",
|
||||
"ignoreChanges": ["**/test/**", "**/*.md"]
|
||||
|
@ -4,7 +4,8 @@
|
||||
"description": "一个好用的前端管理台快速开发框架",
|
||||
"preferGlobal": true,
|
||||
"scripts": {
|
||||
"bootstrap": "lerna bootstrap"
|
||||
"bootstrap": "lerna bootstrap",
|
||||
"version": "lerna version --no-commit-hooks --no-private"
|
||||
},
|
||||
"author": "harrywan qlin",
|
||||
"license": "MIT",
|
||||
|
@ -25,5 +25,6 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@webank/fes-ui": "^0.1.1"
|
||||
}
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user