-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
21 lines (21 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "root",
"private": true,
"scripts": {
"serve": "lerna run serve --scope vue-country-flag",
"build": "lerna run build --parallel --scope vue-country-flag",
"build:ssr": "lerna run build:ssr --parallel --scope vue-country-flag",
"build:es": "lerna run build:es --parallel --scope vue-country-flag",
"build:unpkg": "lerna run build:unpkg --parallel --scope vue-country-flag",
"test": "lerna run test --scope vue-country-flag",
"serve:next": "lerna run serve --scope vue-country-flag-next",
"build:next": "lerna run build --parallel --scope vue-country-flag-next",
"build:ssr:next": "lerna run build:ssr --parallel --scope vue-country-flag-next",
"build:es:next": "lerna run build:es --parallel --scope vue-country-flag-next",
"build:unpkg:next": "lerna run build:unpkg --parallel --scope vue-country-flag-next",
"bootstrap": "lerna bootstrap"
},
"devDependencies": {
"lerna": "3.21.0"
}
}