docs: package change

This commit is contained in:
熊潇 2024-12-14 12:27:09 +08:00
parent de53986bc9
commit 3df20a1ad8

View File

@ -5,6 +5,7 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"build": "rm -rf dist && rollup -c", "build": "rm -rf dist && rollup -c",
"build:app": "npm run build && rsync dist/* ../deploy/dist",
"watch": "rollup -c -w", "watch": "rollup -c -w",
"clean": "rm -rf dist" "clean": "rm -rf dist"
}, },