1 Star 0 Fork 21

ThornWu/osui

forked from gitee-fe/osui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.65 KB
一键复制 编辑 原始数据 按行查看 历史
Gavin 提交于 2021-05-18 13:20 . chore: 调整publish script
{
"private": true,
"workspaces": [
"packages/*",
"packages/ui/*",
"packages/ui/docs/*",
"packages/ui-icons/*",
"packages/ui-theme/*"
],
"name": "osui-monorepo",
"description": "通用组件库",
"author": "osc,baidu",
"license": "MIT",
"scripts": {
"lint": "yarn workspaces run lint",
"build": "lerna run --stream --sort build && yarn workspace @osui/ui run build-all",
"clean": "yarn workspaces run clean",
"storybook": "start-storybook -p 8777 -s public",
"version": "lerna version --conventional-commits --no-push",
"commit": "git-cz",
"new-component": "sh scripts/new-component.sh",
"copy-to-docs": "sh scripts/copy-to-docs.sh",
"publish": "lerna publish from-package",
"publishWithDocs": "lerna publish from-package && yarn build-docs",
"build-docs": "sh scripts/build-docs.sh osui && sh scripts/build-docs.sh icloud"
},
"devDependencies": {
"@commitlint/cli": "^9.1.1",
"@commitlint/config-conventional": "^9.1.1",
"@storybook/cli": "^6.0.26",
"commitizen": "^4.1.2",
"cz-conventional-changelog": "^3.2.0",
"husky": "^4.2.5",
"lerna": "^3.22.1",
"mkdirp": "^1.0.4",
"rimraf": "^3.0.2",
"stylelint-config-rational-order": "^0.1.2",
"typescript": "^3.9.7"
},
"husky": {
"hooks": {
"pre-commit": "skr lint --staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/ThornWu/osui.git
[email protected]:ThornWu/osui.git
ThornWu
osui
osui
master

搜索帮助