Skip to content

Commit

Permalink
add script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
deer-wmde committed Sep 25, 2024
1 parent f32972c commit 60ffcf5
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",
"fix": "vue-cli-service lint --fix"
},
"dependencies": {
"axios": "^1.7.5",
Expand Down

0 comments on commit 60ffcf5

Please sign in to comment.