Skip to content

Commit 36bd2fa

Browse files
committed
build: add release script
1 parent 5385aaf commit 36bd2fa

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

build/release.sh

100644100755
File mode changed.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"scripts": {
77
"lint": "eslint jest-vue.js test",
88
"lint:fix": "npm run lint -- --fix",
9+
"release": "build/release.sh",
910
"release:note": "node build/gen-release-note.js",
1011
"test": "npm run lint && npm run unit",
1112
"unit": "cross-env BABEL_ENV=test jest --no-cache --coverage --coverageDirectory test/coverage"

0 commit comments

Comments
 (0)