From 19c4a922e0ebbaea14c12ca6c001bbc00c863582 Mon Sep 17 00:00:00 2001 From: Pete Montgomery Date: Tue, 13 Jun 2017 11:32:42 +0100 Subject: [PATCH] workaround https://github.com/mishoo/UglifyJS2/issues/2054 --- shippable.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index b695c62..4c4cba5 100644 --- a/shippable.yml +++ b/shippable.yml @@ -16,8 +16,7 @@ build: - npm run build:prod # todo: run tests too - pip install --upgrade botocore # workaround https://github.com/Shippable/support/issues/3304 - pip install setuptools==34.0.1 - - find .node_modules/uglify-js -print -exec touch {} \; # workaround https://github.com/mishoo/UglifyJS2/issues/2054 - - find ./node_modules/* -mtime +10950 -exec touch {} \; + - find ./node_modules/* -mtime +10950 -exec touch {} \; # workaround https://github.com/mishoo/UglifyJS2/issues/2054 post_ci: - if [ "$BRANCH" == "master" ]; then EBENV="live"; else EBENV=$BRANCH; fi