Skip to content

Commit

Permalink
ci: 修复低版本 Node 下 build 报错(Tencent#392)
Browse files Browse the repository at this point in the history
* chore(package-lock.json): 删除子包 package-lock.json

* chore(package-lock.json): 更新子包 package-lock.json

* chore(action): test action 增加构建步骤

* chore(@feflow/packager): 补充 semver 包类型

* Revert "chore(action): test action 增加构建步骤"

This reverts commit 43a14b9.

Co-authored-by: alexqxxu <[email protected]>
  • Loading branch information
xqxian and alexqxxu committed Feb 16, 2022
1 parent 636f5e7 commit 2b33ab6
Show file tree
Hide file tree
Showing 8 changed files with 11,971 additions and 6,831 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"ignoreChanges": [
"**/test/**",
"**/*.md",
"**/package-lock.json"
"**/*-lock.json"
]
}
},
Expand Down
Loading

0 comments on commit 2b33ab6

Please sign in to comment.