-
Notifications
You must be signed in to change notification settings - Fork 25
chore: unavailable prettier task config #91
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
Conversation
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.
你的修改貌似不正确,正确的命令就是需要使用单引号包裹路径 pattern 的,请参考 https://prettier.io/docs/en/cli
|
估计是windows 上路径和通配符的不同,我在 mac 和 linux 执行都是没有问题的但对于你的修改则无法正确执行,你可以尝试使用 git bash shell 打开执行试试或者使用 wsl |
这个commit修复了不可用的prettier脚本(在windows下测试)
另外我在官方文档中发现在 |
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.
这样确实可以,感谢贡献👍
这个pr修复了不可用的 prettier 脚本 顺便跑了一遍 prettier guqing/halo-theme-higan#91 (comment) ```release-note None ```
这个pr修复了不可用的prettier脚本(在vscode下测试)