Skip to content

Commit

Permalink
Merge pull request #79 from thedadams/add-prepare
Browse files Browse the repository at this point in the history
chore: add prepare for git installation
  • Loading branch information
thedadams authored Aug 9, 2024
2 parents af7622e + ed61197 commit c413d65
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 @@ -19,6 +19,7 @@
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"postinstall": "node scripts/install-binary.js",
"clean": "rm -rf dist",
"prepare": "npm run build",
"build": "tsc"
},
"keywords": [
Expand Down

0 comments on commit c413d65

Please sign in to comment.