mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
14 lines
355 B
JSON
14 lines
355 B
JSON
{
|
|
"name": "aisuda",
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"serve": "fis3 server start --www ./public --port 8888 --no-daemon --no-browse",
|
|
"start": "concurrently --restart-tries -1 npm:serve npm:dev",
|
|
"stop": "fis3 server stop",
|
|
"dev": "fis3 release -cwd ./public",
|
|
"deploy-gh-page": "sh ./deploy-gh-pages.sh"
|
|
}
|
|
}
|