Skip to content
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

[组件库建设]修复npm run pub自动化发包流程(2020-12-02) #44

Closed
xingorg1 opened this issue Dec 1, 2020 · 1 comment · Fixed by #45
Closed

[组件库建设]修复npm run pub自动化发包流程(2020-12-02) #44

xingorg1 opened this issue Dec 1, 2020 · 1 comment · Fixed by #45
Assignees
Labels
infrastructure 组件库框架基础建设 priority:high 优先级-高
Projects
Milestone

Comments

@xingorg1
Copy link
Member

xingorg1 commented Dec 1, 2020

#20

@xingorg1 xingorg1 added infrastructure 组件库框架基础建设 priority:high 优先级-高 labels Dec 1, 2020
@xingorg1 xingorg1 added this to the 2020年 milestone Dec 1, 2020
@xingorg1 xingorg1 self-assigned this Dec 1, 2020
@xingorg1 xingorg1 added this to To do in axe-ui via automation Dec 1, 2020
@xingorg1 xingorg1 moved this from To do to In progress in axe-ui Dec 3, 2020
xingorg1 added a commit that referenced this issue Dec 3, 2020
xingorg1 added a commit that referenced this issue Dec 3, 2020
@xingorg1
Copy link
Member Author

xingorg1 commented Dec 3, 2020

删除package.json中相关校验配置

"lint-staged": {
    "*.{js,jsx,vue}": [
      "vue-cli-service lint",
      "eslint --fix",
      "prettier --write",
      "git add"
    ],
    "*.{css,scss}": [
      "stylelint --cache --fix",
      "prettier --write"
    ],
    "*.scss": [
      "stylelint --syntax=scss",
      "prettier --write"
    ]
  },

xingorg1 added a commit that referenced this issue Dec 3, 2020
@xingorg1 xingorg1 linked a pull request Dec 3, 2020 that will close this issue
axe-ui automation moved this from In progress to Done Dec 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure 组件库框架基础建设 priority:high 优先级-高
Projects
Development

Successfully merging a pull request may close this issue.

1 participant