Flesh out shims and wrappers
This commit is contained in:
15
framework/shims/npm
Executable file
15
framework/shims/npm
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -eu
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
source "$DIR"/node.common
|
||||
|
||||
cd $DIR/../.nodejs-config
|
||||
echo in dir $(pwd)
|
||||
npm "$@"
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user