mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-31 06:19:42 +08:00
🔨 Refactor(custom): remove cross-env
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
"build:linux": "electron-vite build && electron-builder --linux",
|
||||
"bump": "bump-version",
|
||||
"cz": "git-cz",
|
||||
"dev": "cross-env NODE_ENV=development electron-vite dev",
|
||||
"dev:prod": "cross-env NODE_ENV=production electron-vite dev",
|
||||
"dev": "electron-vite dev",
|
||||
"dev:prod": "electron-vite --mode production",
|
||||
"link": "node ./scripts/link.js",
|
||||
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.vue src/ scripts/ .",
|
||||
"lint:dpdm": "dpdm -T --tsconfig ./tsconfig.json --no-tree --no-warning --exit-code circular:1 src/main/index.ts",
|
||||
@@ -105,7 +105,6 @@
|
||||
"@videojs-player/vue": "^1.0.0",
|
||||
"@vitejs/plugin-vue": "^6.0.3",
|
||||
"baseline-browser-mapping": "^2.9.13",
|
||||
"cross-env": "^10.1.0",
|
||||
"dexie": "^3.2.4",
|
||||
"dotenv": "^17.2.3",
|
||||
"dpdm": "^3.14.0",
|
||||
|
||||
Reference in New Issue
Block a user