Skip to content

Commit d378912

Browse files
add release
1 parent 1acc3cc commit d378912

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
@@ -29,6 +29,7 @@
2929
},
3030
"scripts": {
3131
"lint": "node_modules/.bin/eslint *.js",
32-
"test": "jest"
32+
"test": "jest",
33+
"pub": "sh release.sh"
3334
}
3435
}

0 commit comments

Comments
 (0)