mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Get rid of ANSI escape sequences in Constructicon output
Passing --no-color to grunt should get rid of these.
This commit is contained in:
@@ -8,7 +8,7 @@ set -ex
|
||||
cd "$(dirname "$0")/../.."
|
||||
rm -fr node_modules
|
||||
./script/bootstrap
|
||||
./node_modules/.bin/grunt --build-dir="$BUILT_PRODUCTS_DIR" deploy
|
||||
./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"
|
||||
|
||||
Reference in New Issue
Block a user