We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 452e4ce commit e59d79cCopy full SHA for e59d79c
build/release.sh
commitlint.config.js
@@ -74,7 +74,8 @@ module.exports = {
74
'ImageClipper',
75
'TabBar',
76
'DynamicBuild',
77
- 'Calendar'
+ 'Calendar',
78
+ 'Script'
79
]
80
81
}
package.json
@@ -12,7 +12,6 @@
12
"watch": "gulp -f build/index.js watch",
13
"lint": "eslint .",
14
"fix": "eslint . --fix",
15
- "release": "sh build/release.sh",
16
"changelog": "conventional-changelog -p conventionalcommits -i CHANGELOG.md -s -n .convention-changelog-config.js"
17
},
18
"repository": {
0 commit comments