Switch repository docs to English README workflow
All checks were successful
Build Windows App / build-windows (push) Successful in 16m21s
All checks were successful
Build Windows App / build-windows (push) Successful in 16m21s
This commit is contained in:
@@ -14,7 +14,8 @@
|
||||
"dev": "vite --host 127.0.0.1",
|
||||
"build": "tsc --noEmit && vite build && tsc -p tsconfig.electron.json",
|
||||
"dist:win": "npm run build && electron-builder --win nsis portable --x64 --publish never",
|
||||
"lint": "tsc --noEmit"
|
||||
"lint": "tsc --noEmit",
|
||||
"readme": "npx --yes @appnest/readme generate -i blueprint.md -c blueprint.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"lucide-react": "^0.468.0",
|
||||
|
||||
Reference in New Issue
Block a user