This commit is contained in:
AceDataCloud
2024-01-01 19:22:01 +08:00
parent 182078e586
commit dc07795c48
3 changed files with 10 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
. "$(dirname "$0")/common.sh"
yarn check || exit $?
+4 -1
View File
@@ -15,7 +15,10 @@
"serve": "vite preview",
"lint": "npx eslint src --fix --ext .ts,.tsx,.vue,.js,.jsx",
"prettier": "npx prettier --write .",
"change": "npx beachball change"
"change": "npx beachball change --no-commit",
"check": "npx beachball check",
"bump": "npx beachball bump",
"prepare": "husky install"
},
"dependencies": {
"@codemirror/lang-java": "^6.0.1",
@@ -15,8 +15,7 @@ const DEFAULT_ADVANCED = false;
export default defineComponent({
name: 'AdvancedSelector',
components: {
ElSwitch,
InfoIcon
ElSwitch
},
props: {
modelValue: {