forked from ant-design/ant-design-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
21 lines (21 loc) · 852 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"private": true,
"scripts": {
"bootstrap": "lerna bootstrap",
"clean": "lerna clean",
"bootstrap:china": "lerna bootstrap --registry=https://registry.npm.taobao.org",
"rn:generate": "lerna run --scope @ant-design/icons-react-native generate",
"icons:generate": "lerna run --scope @ant-design/icons-svg generate",
"icons:build": "lerna run --scope @ant-design/icons-svg build",
"icons:test": "lerna run --scope @ant-design/icons-svg test",
"react:ci": "lerna run --scope @ant-design/icons ci",
"angular:ci": "lerna run --scope @ant-design/icons-angular-workspace ci",
"vue:ci": "lerna run --scope @ant-design/icons-vue ci",
"react-native:ci": "lerna run --scope @ant-design/icons-react-native ci",
"lint": "lerna run lint"
},
"devDependencies": {
"lerna": "^3.4.0"
},
"license": "MIT"
}