We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af92472 commit a87b128Copy full SHA for a87b128
package.json
@@ -105,7 +105,7 @@
105
"build": "babel lib -d dist/default/lib --delete-dir-on-start --config-file ./dist/default/.babelrc",
106
"doc": "jsdoc2md -c doc/jsdoc.config.json -f lib/**/*.* -t doc/lib-template.hbs > doc/3-lib.jsdoc2.md && concat-md doc --hide-anchor-links > README.md && crlf --set=CRLF README.md",
107
"lint": "eslint lib/** bin/**",
108
- "release": "release-it",
+ "release": "node ./bin/mycli -c \"release-it\"",
109
"test": "node ./bin/mycli -c \"mocha\""
110
},
111
"type": "module"
0 commit comments