Skip to content

Commit

Permalink
add script lint-fix (#895)
Browse files Browse the repository at this point in the history
* add script `fix`

* Update package.json

---------

Co-authored-by: Perside Rosalie <[email protected]>
  • Loading branch information
deer-wmde and rosalieper authored Oct 25, 2024
1 parent 2d09c5a commit 90c0a8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e --baseUrl=http://ui:8081/",
"lint": "vue-cli-service lint"
"lint": "vue-cli-service lint",
"lint-fix": "vue-cli-service lint --fix"
},
"dependencies": {
"axios": "^1.7.5",
Expand Down

0 comments on commit 90c0a8d

Please sign in to comment.