1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
wagtail-website-2018-spike/scripts/common.sh

8 lines
158 B
Bash
Executable File

BASEDIR=$PWD
NODE_BIN=$BASEDIR/node_modules/.bin
STATIC_SRC=$BASEDIR/static/src
STATIC_BUILD=$BASEDIR/static/build
export PATH=$NODE_BIN:$BASEDIR/bin:$PATH