Skip to content

Commit

Permalink
fix: add missing build script
Browse files Browse the repository at this point in the history
  • Loading branch information
rosnovsky committed Nov 23, 2023
1 parent 32b6c61 commit c244f4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"build": "echo \"Warning: no build specified\" && exit 0",
"commit": "cz",
"release": "standard-version",
"prepare": "husky install",
Expand Down

0 comments on commit c244f4d

Please sign in to comment.