Add option to install binaries of dependencies

This commit is contained in:
Stéphan Kochen
2022-01-29 19:59:10 +01:00
parent 892ebe3f1a
commit fcc976dcfb
5 changed files with 70 additions and 38 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
#!/bin/sh
export NODE_OPTIONS="--require @@PNP_PATH@@"
exec '@@NODE_PATH@@' '@@SCRIPT_PATH@@' "$@"
exec '@@NODE_PATH@@' '@@BINARY_PATH@@' "$@"