Skip to content

Commit

Permalink
try to use prepare instead of postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Sep 4, 2023
1 parent 568ca7c commit 4a56c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prismarine-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"pretest": "npm run lint",
"lint": "standard",
"fix": "standard --fix",
"postinstall": "node viewer/prerender.js && node buildWorker.mjs"
"prepare": "node viewer/prerender.js && node buildWorker.mjs"
},
"author": "PrismarineJS",
"license": "MIT",
Expand Down

0 comments on commit 4a56c66

Please sign in to comment.