chore: aarch upload script

This commit is contained in:
GyDi
2022-07-07 02:53:53 +08:00
parent 42e585e7a2
commit 036b47acbc
3 changed files with 106 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
"web:dev": "vite",
"web:build": "tsc && vite build",
"web:serve": "vite preview",
"aarch": "node scripts/aarch.mjs",
"check": "node scripts/check.mjs",
"updater": "node scripts/updater.mjs",
"publish": "node scripts/publish.mjs",