refactor(build): 移除package.json中的version字段并调整构建顺序
移除docs和widget模块package.json中的version字段,这些版本由主项目统一管理 调整cwd-admin的构建脚本顺序,先构建admin再复制widget文件到public目录
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"name": "docs",
|
||||
"version": "0.0.1",
|
||||
"description": "CWD 评论系统文档",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user