Skip to content

Commit

Permalink
fix: 增加了自动发布流水线
Browse files Browse the repository at this point in the history
  • Loading branch information
AnsGoo committed Dec 2, 2024
1 parent 042e788 commit d6d95d7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions resource/Border/BorderBox7/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "边框7",
"main": "index.ts",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down
1 change: 1 addition & 0 deletions resource/Container/Tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "Tabs组件",
"main": "index.js",
"private":true,
"scripts": {
},
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions resource/Decoration/Decoration3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "3#装饰",
"main": "index.ts",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down
1 change: 1 addition & 0 deletions resource/Decoration/Decoration4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "5#装饰",
"main": "index.ts",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down
1 change: 1 addition & 0 deletions resource/Gauge/Gauge1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "1#仪表盘",
"main": "index.ts",
"private": true,
"scripts": {},
"keywords": [
"OpenDataV"
Expand Down
1 change: 1 addition & 0 deletions resource/Table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "OpenDataV滚动表格",
"main": "ScrollTable/index.ts",
"private": true,
"scripts": {},
"keywords": [
"OpenDataV"
Expand Down

0 comments on commit d6d95d7

Please sign in to comment.