1 Star 0 Fork 0

PaddingMe/nym

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
Mark Sinclair 提交于 2022-03-29 17:09 . Add storybook to nym-wallet
{
"name": "@nymproject/nymsphere",
"version": "1.0.0",
"private": true,
"license": "Apache 2.0",
"workspaces": [
"ts-packages/*",
"nym-wallet",
"explorer"
],
"scripts": {
"build": "run-s build:packages",
"build:packages": "lerna run --scope @nymproject/mui-theme --scope @nymproject/react --stream build",
"build:react-example": "lerna run --scope @nymproject/react-webpack-with-theme-example build --stream",
"build:playground": "lerna run --scope @nymproject/react storybook:build --stream",
"build:ci": "yarn build && run-p build:react-example build:playground && yarn build:ci:collect-artifacts",
"build:ci:collect-artifacts": "mkdir -p ts-packages/dist && mv ts-packages/react-components/storybook-static ts-packages/dist/storybook && mv ts-packages/react-webpack-with-theme-example/dist ts-packages/dist/example",
"lint": "lerna run lint --stream",
"lint:fix": "lerna run lint:fix --stream",
"audit:fix": "npm_config_yes=true npx yarn-audit-fix -- --dry-run"
},
"devDependencies": {
"lerna": "^4.0.0",
"npm-run-all": "^4.1.5"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/paddingme/nym.git
[email protected]:paddingme/nym.git
paddingme
nym
nym
develop

搜索帮助