Skip to content

Commit

Permalink
add release script script
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Feb 9, 2024
1 parent ae6ba2d commit a8f5a3a
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 @@ -8,7 +8,8 @@
"node": ">=8"
},
"scripts": {
"test": "mocha --ignore **/*.worker.js && eslint ."
"test": "mocha --ignore **/*.worker.js && eslint .",
"release": "release-script"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a8f5a3a

Please sign in to comment.