-
-
Notifications
You must be signed in to change notification settings - Fork 596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/format #945
Fix/format #945
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
package.json
Outdated
@@ -45,7 +45,9 @@ | |||
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish", | |||
"lint": "eslint src/ --ext .tsx,.ts", | |||
"lint:tsc": "tsc -p tsconfig.json --noEmit", | |||
"now-build": "npm run docs:build" | |||
"now-build": "npm run docs:build", | |||
"husky-hook": "husky add .husky/pre-commit 'npx --no-install lint-staged'", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这条可以不用
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
好 那我去了
ci 的 node 改成 14 试试 |
npm 7 会在 |
或者改成 |
[中文版模板 / Chinese template]
🤔 This is a ...
🔗 Related issue link
💡 Background and solution
📝 Changelog
☑️ Self-Check before Merge