Skip to content

Commit

Permalink
Invoke postinstall script directly using node
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryStokes authored Mar 11, 2021
1 parent 2436d99 commit 058879f
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 @@ -77,6 +77,6 @@
"jsdoc": "jsdoc -c jsdoc.json",
"test": "mocha --recursive",
"prepare": "bin/prepare.sh",
"postinstall": "bin/download-protoc.js"
"postinstall": "node bin/download-protoc.js"
}
}

0 comments on commit 058879f

Please # to comment.