Skip to content

Commit

Permalink
update commands (#166)
Browse files Browse the repository at this point in the history
Co-authored-by: volar <[email protected]>
  • Loading branch information
volarname and volar authored Jan 2, 2024
1 parent 97b3973 commit e87b169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"lint:tsc": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
"lint:eslint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore",
"lint:eslint:fix": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"lint:prettier": "prettier -c \"src/**/*.{ts,vue}\"",
"lint:prettier:fix": "prettier -w \"src/**/*.{ts,vue}\"",
"lint:stylelint": "stylelint **/*.{scss,vue}",
"lint:stylelint:fix": "stylelint **/*.{scss,vue} --fix",
"lint:prettier": "prettier -c \"src/**/*.{ts,vue}\"",
"lint:prettier:fix": "prettier -w \"src/**/*.{ts,vue}\"",
"cy:open": "CYPRESS_CACHE_FOLDER='node_modules/.cache/Cypress' yarn cypress open -C cypress/config/cypress.config.ts"
},
"dependencies": {
Expand Down

0 comments on commit e87b169

Please sign in to comment.