script/build calls script/bootstrap

This commit is contained in:
probablycorey
2013-06-21 09:45:09 -07:00
parent 34114a9620
commit 94227889f1

View File

@@ -4,4 +4,5 @@ set -e
cd "$(dirname "$0")/.."
./script/bootstrap
./node_modules/.bin/grunt "$@"