mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-25 11:52:48 +00:00
5 lines
100 B
Text
5 lines
100 B
Text
![]() |
#!/bin/sh
|
||
|
cd $(dirname $0)
|
||
|
PATH="$PWD/node/":$PATH
|
||
|
node "node/node_modules/npm/bin/npm-cli.js" "$@"
|