Skip to content

Commit

Permalink
preinstall to postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech committed Nov 13, 2024
1 parent 2b154e3 commit 24e74b2
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 @@ -102,7 +102,7 @@
"test:unit": "bash test/unit.sh",
"test:e2e": "bash test/e2e.sh",
"test": "bash test/unit.sh && bash test/e2e.sh",
"preinstall": "node ./preinstall.js"
"postinstall": "node ./preinstall.js"
},
"keywords": [
"cli",
Expand Down

0 comments on commit 24e74b2

Please sign in to comment.