chore: Try to deal with code style issues before launching (#141)

This commit is contained in:
xw 2022-03-21 17:56:14 +08:00 committed by GitHub
parent 4f62acd176
commit 3b5953d405
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",