amis2/package.json
2022-06-01 15:06:00 +08:00

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"
}
}