feat(projects): add compress script [添加压缩命令]

This commit is contained in:
Soybean
2022-12-07 01:27:53 +08:00
parent 61a43b8efd
commit be6d431485
7 changed files with 152 additions and 12 deletions

View File

@@ -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",