clear: page

This commit is contained in:
xion 2024-12-14 12:27:17 +08:00
parent b96e9af8e7
commit d1fdb4651c

View File

@ -6,7 +6,7 @@
"type": "module",
"scripts": {
"build": "rollup -c",
"build:app": "npm run build && rsync dist/* ../deploy/dist"
"build:app:clear": "npm run build && rsync dist/* ../deploy/dist"
},
"keywords": [],
"author": "",