Add project bin dir to PATH
This commit is contained in:
parent
30c56cbf32
commit
0fe74baa7d
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@ STATIC_SRC=$BASEDIR/static/src
|
|||
STATIC_BUILD=$BASEDIR/static/build
|
||||
OUTPUT_DIR=$BASEDIR/public
|
||||
|
||||
export PATH=$BASEDIR/node_modules/.bin/:$PATH
|
||||
export PATH=$NODE_BIN:$BASEDIR/bin:$PATH
|
||||
|
|
Loading…
Reference in a new issue