Browse Source

chore: use pnpm `shell-emulator` instead of `cross-env`

i18n
xiaoxian521 2 years ago
parent
commit
820f724d5b
  1. 2
      .husky/lintstagedrc.js
  2. 3
      .npmrc
  3. 11
      package.json
  4. 19
      pnpm-lock.yaml

2
.husky/lintstagedrc.js

@ -1,6 +1,6 @@
module.exports = { module.exports = {
"*.{js,jsx,ts,tsx}": ["eslint --fix", "prettier --write"], "*.{js,jsx,ts,tsx}": ["eslint --fix", "prettier --write"],
"{!(package)*.json,.!(browserslist)*rc}": ["prettier --write--parser json"],
"{!(package)*.json}": ["prettier --write--parser json"],
"package.json": ["prettier --write"], "package.json": ["prettier --write"],
"*.vue": ["eslint --fix", "prettier --write", "stylelint --fix"], "*.vue": ["eslint --fix", "prettier --write", "stylelint --fix"],
"*.{vue,css,scss,postcss,less}": ["stylelint --fix", "prettier --write"], "*.{vue,css,scss,postcss,less}": ["stylelint --fix", "prettier --write"],

3
.npmrc

@ -0,0 +1,3 @@
shamefully-hoist=true
strict-peer-dependencies=false
shell-emulator=true

11
package.json

@ -3,15 +3,15 @@
"version": "3.4.6", "version": "3.4.6",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "cross-env --max_old_space_size=4096 vite",
"dev": "NODE_OPTIONS=--max-old-space-size=4096 vite",
"serve": "pnpm dev", "serve": "pnpm dev",
"build": "rimraf dist && cross-env NODE_OPTIONS=--max-old-space-size=8192 vite build",
"build:staging": "rimraf dist && cross-env vite build --mode staging",
"report": "rimraf dist && cross-env vite build",
"build": "rimraf dist && NODE_OPTIONS=--max-old-space-size=8192 vite build",
"build:staging": "rimraf dist && vite build --mode staging",
"report": "rimraf dist && vite build",
"preview": "vite preview", "preview": "vite preview",
"preview:build": "pnpm build && vite preview", "preview:build": "pnpm build && vite preview",
"typecheck": "tsc --noEmit && vue-tsc --noEmit --skipLibCheck", "typecheck": "tsc --noEmit && vue-tsc --noEmit --skipLibCheck",
"cloc": "cross-env --max_old_space_size=4096 cloc . --exclude-dir=node_modules --exclude-lang=YAML",
"cloc": "NODE_OPTIONS=--max-old-space-size=4096 cloc . --exclude-dir=node_modules --exclude-lang=YAML",
"clean:cache": "rm -rf node_modules && rm -rf .eslintcache && pnpm install", "clean:cache": "rm -rf node_modules && rm -rf .eslintcache && pnpm install",
"lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock,build}/**/*.{vue,js,ts,tsx}\" --fix", "lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock,build}/**/*.{vue,js,ts,tsx}\" --fix",
"lint:prettier": "prettier --write \"src/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"", "lint:prettier": "prettier --write \"src/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"",
@ -88,7 +88,6 @@
"@vue/runtime-core": "^3.2.38", "@vue/runtime-core": "^3.2.38",
"autoprefixer": "^10.4.8", "autoprefixer": "^10.4.8",
"cloc": "^2.10.0", "cloc": "^2.10.0",
"cross-env": "7.0.3",
"eslint": "^8.8.0", "eslint": "^8.8.0",
"eslint-plugin-prettier": "^4.0.0", "eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.4.1", "eslint-plugin-vue": "^8.4.1",

19
pnpm-lock.yaml

@ -37,7 +37,6 @@ specifiers:
autoprefixer: ^10.4.8 autoprefixer: ^10.4.8
axios: ^0.27.2 axios: ^0.27.2
cloc: ^2.10.0 cloc: ^2.10.0
cross-env: 7.0.3
dayjs: ^1.11.4 dayjs: ^1.11.4
echarts: ^5.3.3 echarts: ^5.3.3
element-plus: ^2.2.16 element-plus: ^2.2.16
@ -155,7 +154,6 @@ devDependencies:
"@vue/runtime-core": 3.2.38 "@vue/runtime-core": 3.2.38
autoprefixer: 10.4[email protected] autoprefixer: 10.4[email protected]
cloc: 2.10.0 cloc: 2.10.0
cross-env: 7.0.3
eslint: 8.23.0 eslint: 8.23.0
eslint-plugin-prettier: 4.2[email protected][email protected] eslint-plugin-prettier: 4.2[email protected][email protected]
eslint-plugin-vue: 8.7[email protected] eslint-plugin-vue: 8.7[email protected]
@ -2371,7 +2369,7 @@ packages:
hasBin: true hasBin: true
dependencies: dependencies:
caniuse-lite: 1.0.30001390 caniuse-lite: 1.0.30001390
electron-to-chromium: 1.4.242
electron-to-chromium: 1.4.243
node-releases: 2.0.6 node-releases: 2.0.6
update-browserslist-db: 1.0[email protected] update-browserslist-db: 1.0[email protected]
dev: true dev: true
@ -2779,17 +2777,6 @@ packages:
} }
dev: true dev: true
/cross-env/7.0.3:
resolution:
{
integrity: sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==
}
engines: { node: ">=10.14", npm: ">=6", yarn: ">=1" }
hasBin: true
dependencies:
cross-spawn: 7.0.3
dev: true
/cross-spawn/7.0.3: /cross-spawn/7.0.3:
resolution: resolution:
{ {
@ -3218,10 +3205,10 @@ packages:
} }
dev: true dev: true
/electron-to-chromium/1.4.242:
/electron-to-chromium/1.4.243:
resolution: resolution:
{ {
integrity: sha512-nPdgMWtjjWGCtreW/2adkrB2jyHjClo9PtVhR6rW+oxa4E4Wom642Tn+5LslHP3XPL5MCpkn5/UEY60EXylNeQ==
integrity: sha512-BgLD2gBX43OSXwlT01oYRRD5NIB4n3okTRxkzEAC6G0SZG4TTlyrWMjbOo0fajCwqwpRtMHXQNMjtRN6qpNtfw==
} }
dev: true dev: true

Loading…
Cancel
Save