Attempt to write JSON by hand
This commit is contained in:
4
spring-cloud-function-samples/function-sample-azure/npm
Executable file
4
spring-cloud-function-samples/function-sample-azure/npm
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
cd $(dirname $0)
|
||||
PATH="$PWD/node/":$PATH
|
||||
node "node/node_modules/npm/bin/npm-cli.js" "$@"
|
||||
Reference in New Issue
Block a user