Skip to content

Commit a8f5a3a

Browse files
committed
add release script script
1 parent ae6ba2d commit a8f5a3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"node": ">=8"
99
},
1010
"scripts": {
11-
"test": "mocha --ignore **/*.worker.js && eslint ."
11+
"test": "mocha --ignore **/*.worker.js && eslint .",
12+
"release": "release-script"
1213
},
1314
"repository": {
1415
"type": "git",

0 commit comments

Comments
 (0)