Run grunt from build folder

This commit is contained in:
Kevin Sawicki 2014-01-02 10:55:19 -08:00
parent 790c227924
commit 0c5ed1eee4

View File

@ -9,7 +9,7 @@ cd "$(dirname "$0")/../.."
rm -fr node_modules
rm -fr vendor/apm/node_modules
./script/bootstrap --no-color
./tasks/node_modules/.bin/grunt --no-color --build-dir="$BUILT_PRODUCTS_DIR" deploy
./build/node_modules/.bin/grunt --no-color --build-dir="$BUILT_PRODUCTS_DIR" deploy
echo "TARGET_BUILD_DIR=$BUILT_PRODUCTS_DIR"
echo "FULL_PRODUCT_NAME=Atom.app"