Skip to content

Commit

Permalink
fix fix main page
Browse files Browse the repository at this point in the history
  • Loading branch information
konodioda727 committed Aug 24, 2024
1 parent 8ae7251 commit fc43e12
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 @@ -28,7 +28,7 @@
"dev:qq": "npm run build:qq -- --watch",
"dev:jd": "npm run build:jd -- --watch",
"dev:quickapp": "npm run build:quickapp -- --watch",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0 --fix",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 40 --fix",
"prepare": "husky install",
"prettier": "prettier --write .",
"postinstall": "weapp-tw patch"
Expand Down

0 comments on commit fc43e12

Please sign in to comment.