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 5385aaf commit 36bd2faCopy full SHA for 36bd2fa
build/release.sh
100644
100755
package.json
@@ -6,6 +6,7 @@
6
"scripts": {
7
"lint": "eslint jest-vue.js test",
8
"lint:fix": "npm run lint -- --fix",
9
+ "release": "build/release.sh",
10
"release:note": "node build/gen-release-note.js",
11
"test": "npm run lint && npm run unit",
12
"unit": "cross-env BABEL_ENV=test jest --no-cache --coverage --coverageDirectory test/coverage"
0 commit comments