Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Commit

Permalink
Invoke postinstall script directly using node to avoid issue with pat…
Browse files Browse the repository at this point in the history
…hs in windows (#539)
  • Loading branch information
RoryStokes authored Mar 1, 2021
1 parent 06f3f9c commit 16ea6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-support/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 16ea6f8

Please sign in to comment.