-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
10 lines (10 loc) · 633 Bytes
/
package.json
File metadata and controls
10 lines (10 loc) · 633 Bytes
1
2
3
4
5
6
7
8
9
10
{
"name": "mountea-framework-website",
"private": true,
"scripts": {
"build": "python script/build_combined.py --mode local --dialoguer-base /dialoguer/app/ --submodule-remote",
"build:ci": "python script/build_combined.py --mode ci --dialoguer-base /dialoguer/app/ --submodule-remote",
"dev": "python script/build_combined.py --mode local --dialoguer-base /dialoguer/app/ --submodule-remote && python script/dev_server.py --port 5173",
"dev:fast": "python script/build_combined.py --mode local --dialoguer-base /dialoguer/app/ --submodule-remote --skip-mkdocs && python script/dev_server.py --port 5173"
}
}