angular-cn/scripts/ci/build_js.sh

11 lines
329 B
Bash
Raw Normal View History

#!/bin/bash
set -ex
echo =============================================================================
# go to project dir
SCRIPT_DIR=$(dirname $0)
2015-02-13 17:59:29 -05:00
# this is needed because we're running JS tests in Dartium too
source $SCRIPT_DIR/env_dart.sh
cd $SCRIPT_DIR/../..
2015-11-25 14:46:33 -05:00
node --max-old-space-size=2000 ./node_modules/.bin/gulp build.js