Skip to content

Commit

Permalink
chore: Try to deal with code style issues before launching (doocs#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
wll8 authored Mar 21, 2022
1 parent 4f62acd commit 3b5953d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"prepare": "husky install",
"lint": "vue-cli-service lint src && vue-cli-service lint mm",
"start": "run-p serve mm",
"start": "npm run lint -- --fix && run-p serve mm",
"serve": "vue-cli-service serve",
"build:h5-netlify": "cross-env SERVER_ENV=NETLIFY vue-cli-service build",
"build": "vue-cli-service build",
Expand Down

0 comments on commit 3b5953d

Please sign in to comment.