Skip to content

Commit c12ee63

Browse files
feat(ascf): 增加ascf包名检测 (#17)
1 parent 961e37e commit c12ee63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/validators/package.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use super::{
1111
message::{Message, MessageKind},
1212
};
1313

14-
const UPDATE_PACKAGE_LIST: [&str; 53] = [
14+
const UPDATE_PACKAGE_LIST: [&str; 54] = [
1515
"babel-plugin-transform-react-jsx-to-rn-stylesheet",
1616
"taro-css-to-react-native",
1717
"stylelint-config-taro-rn",
@@ -61,6 +61,7 @@ const UPDATE_PACKAGE_LIST: [&str; 53] = [
6161
"@tarojs/plugin-platform-qq",
6262
"@tarojs/plugin-platform-jd",
6363
"@tarojs/plugin-platform-h5",
64+
"@tarojs/plugin-platform-ascf",
6465
"@tarojs/plugin-html",
6566
"@tarojs/plugin-mini-ci",
6667
"@tarojs/webpack5-runner",

0 commit comments

Comments
 (0)