amis2/package.json

14 lines
355 B
JSON
Raw Normal View History

2019-04-30 11:11:25 +08:00
{
2022-06-01 15:06:00 +08:00
"name": "aisuda",
"workspaces": [
"packages/*"
],
2019-11-12 16:10:51 +08:00
"scripts": {
"serve": "fis3 server start --www ./public --port 8888 --no-daemon --no-browse",
"start": "concurrently --restart-tries -1 npm:serve npm:dev",
2019-11-12 16:10:51 +08:00
"stop": "fis3 server stop",
"dev": "fis3 release -cwd ./public",
2022-06-01 15:06:00 +08:00
"deploy-gh-page": "sh ./deploy-gh-pages.sh"
2019-11-12 16:10:51 +08:00
}
2019-04-30 11:11:25 +08:00
}