Skip to content

Commit

Permalink
fix(taro-cli): 添加 taro update 更新项目时遗漏的两个 stylelint 包 (#3806)
Browse files Browse the repository at this point in the history
- 更新项目时同时更新 stylelint-config-taro-rn 和 stylelint-taro-rn
  • Loading branch information
umaim authored and luckyadam committed Jul 15, 2019
1 parent dc35302 commit b5cc6df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/taro-cli/src/util/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,9 @@ export const UPDATE_PACKAGE_LIST = [
'@tarojs/mobx-rn',
'@tarojs/mobx-common',
'nervjs',
'nerv-devtools'
'nerv-devtools',
'stylelint-config-taro-rn',
'stylelint-taro-rn'
]

export enum PARSE_AST_TYPE {
Expand Down

0 comments on commit b5cc6df

Please sign in to comment.