Skip to content

Commit

Permalink
Adds npm prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
AdiHarif committed Sep 29, 2024
1 parent d253df3 commit e98da31
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 @@ -7,7 +7,8 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"clean": "rm -rf dist"
"clean": "rm -rf dist",
"prepare": "npm run build"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit e98da31

Please sign in to comment.