mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
update readme with new pnpm scripts
This commit is contained in:
parent
a9f7e808cb
commit
52e4423cf1
2 changed files with 47 additions and 25 deletions
|
|
@ -26,10 +26,9 @@
|
|||
"build:web": "vite build --config web.vite.config.ts",
|
||||
"dev": "electron-vite dev",
|
||||
"dev:watch": "electron-vite dev --watch",
|
||||
"format": "prettier --write .",
|
||||
"i18next": "i18next -c src/i18n/i18next-parser.config.js",
|
||||
"postinstall": "electron-builder install-app-deps",
|
||||
"lint": "eslint --cache --fix .",
|
||||
"lint": "eslint --cache .",
|
||||
"lint:fix": "eslint --cache --fix .",
|
||||
"package": "pnpm run build && electron-builder",
|
||||
"package:dev": "pnpm run build && electron-builder --dir",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue