Skip to content

Commit e59d79c

Browse files
committed
chore(Script): 删除无用的 release 脚本
1 parent 452e4ce commit e59d79c

File tree

3 files changed

+2
-65
lines changed

3 files changed

+2
-65
lines changed

build/release.sh

Lines changed: 0 additions & 63 deletions
This file was deleted.

commitlint.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ module.exports = {
7474
'ImageClipper',
7575
'TabBar',
7676
'DynamicBuild',
77-
'Calendar'
77+
'Calendar',
78+
'Script'
7879
]
7980
]
8081
}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"watch": "gulp -f build/index.js watch",
1313
"lint": "eslint .",
1414
"fix": "eslint . --fix",
15-
"release": "sh build/release.sh",
1615
"changelog": "conventional-changelog -p conventionalcommits -i CHANGELOG.md -s -n .convention-changelog-config.js"
1716
},
1817
"repository": {

0 commit comments

Comments
 (0)