mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-03-13 00:18:13 -04:00
🔨 Refactor(custom): sort script
This commit is contained in:
parent
dc70648d64
commit
e011d11bd4
12
package.json
12
package.json
@ -15,23 +15,23 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "vue-cli-service electron:build",
|
"build": "vue-cli-service electron:build",
|
||||||
"lint": "vue-cli-service lint",
|
|
||||||
"bump": "bump-version",
|
"bump": "bump-version",
|
||||||
"cz": "git-cz",
|
"cz": "git-cz",
|
||||||
"dev": "vue-cli-service electron:serve",
|
"dev": "vue-cli-service electron:serve",
|
||||||
"electron:build": "vue-cli-service electron:build",
|
"electron:build": "vue-cli-service electron:build",
|
||||||
"electron:serve": "vue-cli-service electron:serve",
|
"electron:serve": "vue-cli-service electron:serve",
|
||||||
"i18n": "node ./scripts/gen-i18n-types.js",
|
"i18n": "node ./scripts/gen-i18n-types.js",
|
||||||
|
"link": "node ./scripts/link.js",
|
||||||
|
"lint": "vue-cli-service lint",
|
||||||
|
"lint:dpdm": "dpdm -T --tsconfig ./tsconfig.json --no-tree --no-warning --exit-code circular:1 src/background.ts",
|
||||||
"lint:fix": "eslint --fix --ext .js,.jsx,.ts,.tsx,.vue src/",
|
"lint:fix": "eslint --fix --ext .js,.jsx,.ts,.tsx,.vue src/",
|
||||||
|
"ncu": "node ./scripts/check-dep.js",
|
||||||
"postinstall": "electron-builder install-app-deps",
|
"postinstall": "electron-builder install-app-deps",
|
||||||
"postuninstall": "electron-builder install-app-deps",
|
"postuninstall": "electron-builder install-app-deps",
|
||||||
"release": "vue-cli-service electron:build --publish always",
|
"release": "vue-cli-service electron:build --publish always",
|
||||||
"upload-dist": "node ./scripts/upload-dist-to-r2.js",
|
|
||||||
"upload-beta": "node ./scripts/upload-beta.js",
|
|
||||||
"link": "node ./scripts/link.js",
|
|
||||||
"sha256": "node ./scripts/gen-sha256.js",
|
"sha256": "node ./scripts/gen-sha256.js",
|
||||||
"ncu": "node ./scripts/check-dep.js",
|
"upload-beta": "node ./scripts/upload-beta.js",
|
||||||
"lint:dpdm": "dpdm -T --tsconfig ./tsconfig.json --no-tree --no-warning --exit-code circular:1 src/background.ts"
|
"upload-dist": "node ./scripts/upload-dist-to-r2.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@aws-sdk/client-s3": "^3.421.0",
|
"@aws-sdk/client-s3": "^3.421.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user