Skip to content

Commit

Permalink
build project on npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
mbme committed Jul 28, 2024
1 parent 68a5812 commit 0694ea5
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 @@ -11,7 +11,8 @@
"lint": "eslint --cache --ext .ts src/",
"fmt": "prettier --write src/",
"check-fmt": "prettier --check src/",
"test": ""
"test": "",
"prepare": "npm run build"
},
"author": "mbme",
"license": "GPL-3.0-or-later",
Expand Down

0 comments on commit 0694ea5

Please sign in to comment.