diff --git a/package.json b/package.json index b750a49..d778449 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "peace-rc start", - "build": "peace-rc build" + "build": "peace-rc build", + "pack": "rm -rf build && rm -f *.tar.gz && bash script/package-app.sh" }, "author": "附离", "license": "ISC",