Skip to content

Commit

Permalink
fix: add prepare command back into project
Browse files Browse the repository at this point in the history
  • Loading branch information
adheus committed May 3, 2024
1 parent 598eb18 commit 8c394c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Package and publish a Roku application using Node.js",
"main": "dist/index.js",
"scripts": {
"prebuild": "rimraf dist",
"prepare": "npm run build",
"build": "tsc",
"preversion": "npm run build && npm run lint && npm run test",
"prepublishOnly": "npm run build",
Expand Down

0 comments on commit 8c394c9

Please sign in to comment.