Skip to content

Commit

Permalink
fix: postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanharikr committed Oct 23, 2023
1 parent 061f1db commit cfbc95f
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 @@ -5,7 +5,7 @@
"license": "MIT",
"scripts": {
"install": "cd src/protocol && npm i",
"postinstall": "node ./scripts/pre-requisites.sh",
"postinstall": "./scripts/pre-requisites.sh",
"dev": "echo \"npm run dev does not exist.\nHellō Pages: npm run dev:pages\nHellō Protocol: npm run dev:proto\"",
"dev:proto": "cd src/protocol && vite --open",
"dev:pages": "vitepress dev src/pages --open",
Expand Down

0 comments on commit cfbc95f

Please sign in to comment.