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

Commit 16ea6f8

Browse files
authored
Invoke postinstall script directly using node to avoid issue with paths in windows (#539)
1 parent 06f3f9c commit 16ea6f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node-support/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@
7777
"jsdoc": "jsdoc -c jsdoc.json",
7878
"test": "mocha --recursive",
7979
"prepare": "bin/prepare.sh",
80-
"postinstall": "bin/download-protoc.js"
80+
"postinstall": "node bin/download-protoc.js"
8181
}
8282
}

0 commit comments

Comments
 (0)