-
Notifications
You must be signed in to change notification settings - Fork 8
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: fix icon display error in qq miniprogram #213
Conversation
.github/workflows/receive-pr.yml
Outdated
run: | | ||
npm install | ||
npm cache clean --force | ||
npm audit fix --force |
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.
我一点也不能理解你的逻辑,你不应该强制修复之后提交更改嘛?为什么是在workflow里写
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.
你说的是 package.json 吧,我今天又检查了一下,我发现如果是 build 就会出错,但是用 dev 编译出来的就是正常的,所以我最新的代码改成了 dev
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.
而且只改 package.json 目前来看没法解决这个问题()
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.
build 和 dev 他的编译逻辑是不一样的,不能简单把dev换成build来解决这个问题
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.
但是按这里的说法,dev 也是可以用的,只不过有断点、压缩、process.env.NODE_ENV的区别……
况且本机选择 dev 编译出来的玩意确确实实是可以运行的,即使把 dev 的 process 关了
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.
我觉得我应该在 dev 的编译完成后把这个进程关了,这样应该就没什么问题了
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.
行
f998c66
to
3abdc0f
Compare
3abdc0f
to
a2061d5
Compare
close #210