mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 15:52:57 +00:00
Update package.json
This commit is contained in:
parent
c2324ca7e8
commit
658425297f
@ -15,7 +15,7 @@
|
||||
"lint:stylelint": "stylelint --cache --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
|
||||
"lint:lint-staged": "lint-staged",
|
||||
"prepare": "husky install",
|
||||
"check-components-types": "if (! -z (git diff -U0 ./src/types) || ''); then echo 'type files are not updated correctly'; git diff -U0 ./src/types; exit 1; fi"
|
||||
"check-components-types": "if (! git diff --quiet -U0 ./src/types); then echo 'type files are not updated correctly'; git diff -U0 ./src/types; exit 1; fi"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^0.24.0",
|
||||
|
Loading…
Reference in New Issue
Block a user