Skip to content

Commit

Permalink
Create "release" npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
screendriver committed Sep 22, 2023
1 parent 980b885 commit 550bcf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"test:bench": "mocha -t 2400000 benchmarks",
"coveralls": "cat ./build/coverage/lcov.info | coveralls",
"changelog": "pr-log",
"update:eslint-docs": "eslint-doc-generator --ignore-config all --url-configs \"https://github.com/lo1tuma/eslint-plugin-mocha#configs\""
"update:eslint-docs": "eslint-doc-generator --ignore-config all --url-configs \"https://github.com/lo1tuma/eslint-plugin-mocha#configs\"",
"release": "release-it"
},
"dependencies": {
"eslint-utils": "^3.0.0",
Expand Down

0 comments on commit 550bcf8

Please sign in to comment.