update package json
This commit is contained in:
parent
04797f8bd2
commit
e956d55219
1 changed files with 5 additions and 3 deletions
|
|
@ -12,9 +12,11 @@
|
||||||
"unit:watch": "node build/update-emoji.js && vitest",
|
"unit:watch": "node build/update-emoji.js && vitest",
|
||||||
"e2e": "node test/e2e/runner.js",
|
"e2e": "node test/e2e/runner.js",
|
||||||
"test": "yarn run unit && yarn run e2e",
|
"test": "yarn run unit && yarn run e2e",
|
||||||
"stylelint": "yarn exec stylelint '**/*.scss' '**/*.vue'",
|
"ci-biome": "yarn exec biome check",
|
||||||
"lint": "yarn exec eslint src",
|
"ci-eslint": "yarn exec eslint",
|
||||||
"lint-fix": "yarn eslint --fix src test/unit/specs test/e2e/specs"
|
"ci-stylelint": "yarn exec stylelint '**/*.scss' '**/*.vue'",
|
||||||
|
"lint": "yarn ci-biome; yarn ci-eslint; yarn ci-stylelint",
|
||||||
|
"lint-fix": "yarn exec eslint --fix; yarn exec stylelint '**/*.scss' '**/*.vue' --fix; biome check --write"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "7.28.4",
|
"@babel/runtime": "7.28.4",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue