ci: simplify build command

This commit is contained in:
鲁树人
2025-05-09 06:03:48 +09:00
parent 1676f9f095
commit 25aec6b199
3 changed files with 10 additions and 9 deletions

View File

@@ -14,6 +14,7 @@
"postinstall": "patch-package",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:all": "./scripts/build-and-package.sh --all",
"test": "jest",
"pretty": "prettier --write src/{**/*,*}.{js,ts,jsx,tsx,vue}",
"pretty:check": "prettier --check src/{**/*,*}.{js,ts,jsx,tsx,vue}",
@@ -57,4 +58,4 @@
"vue-cli-plugin-element": "^1.0.1",
"vue-template-compiler": "^2.6.14"
}
}
}