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 1acc3cc commit d378912Copy full SHA for d378912
package.json
@@ -29,6 +29,7 @@
29
},
30
"scripts": {
31
"lint": "node_modules/.bin/eslint *.js",
32
- "test": "jest"
+ "test": "jest",
33
+ "pub": "sh release.sh"
34
}
35
0 commit comments