mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-03 15:23:44 +08:00
feat(projects): add compress script [添加压缩命令]
This commit is contained in:
@@ -46,9 +46,9 @@
|
||||
"typecheck": "vue-tsc --noEmit --skipLibCheck",
|
||||
"lint": "eslint . --fix",
|
||||
"commit": "czg",
|
||||
"cz": "czg",
|
||||
"esno": "esno",
|
||||
"cleanup": "esno ./scripts/cleanup.ts",
|
||||
"compress": "esno ./scripts/compress.ts",
|
||||
"update-pkg": "ncu --deep -u",
|
||||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
|
||||
"release": "standard-version",
|
||||
@@ -98,6 +98,7 @@
|
||||
"@vitejs/plugin-vue": "^3.2.0",
|
||||
"@vitejs/plugin-vue-jsx": "^2.1.1",
|
||||
"commitlint": "^17.3.0",
|
||||
"compressing": "^1.6.2",
|
||||
"conventional-changelog": "^3.1.25",
|
||||
"cross-env": "^7.0.3",
|
||||
"cz-git": "^1.4.0",
|
||||
|
||||
Reference in New Issue
Block a user