forked from microsoft/lage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 1002 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"private": true,
"workspaces": {
"packages": [
"packages/*",
"docs",
"docs-beta"
]
},
"scripts": {
"build": "lage build --scope=!@lage/docs --scope=lage --scope=@lage-run/* --scope=!@lage-run/docs-beta --verbose",
"change": "beachball change",
"checkchange": "beachball check",
"release": "beachball publish -y --tag latest",
"start": "lage start --scope=!@lage/docs --scope=lage --scope=@lage-run/* --scope=!@lage-run/docs-beta --verbose",
"test": "lage test --scope !@lage/docs --scope=lage --scope=@lage-run/* --scope=!@lage-run/docs-beta --verbose",
"docs": "yarn workspace @lage/docs start",
"docs:build": "yarn workspace @lage/docs build",
"gh-pages": "gh-pages",
"docs-beta": "yarn workspace @lage-run/docs-beta start",
"docs-beta:build": "yarn workspace @lage/docs build"
},
"devDependencies": {
"beachball": "2.23.0",
"gh-pages": "2.2.0",
"jest": "^27.2.0",
"lage-npm": "npm:[email protected]"
}
}