This commit is contained in:
Ariejan de Vroom 2016-07-21 10:47:16 +02:00
parent de608ef00d
commit 5df35d2eb0
Signed by untrusted user who does not match committer: ariejan
GPG Key ID: AD739154F713697B

View File

@ -3,5 +3,5 @@ set -e
# Install yuicompressor if not already cached
if [ ! -e $CIRCLE_BUILD_DIR/bin/yuicompressor ]; then
npm install -g --prefix ${CIRCLE_BUILD_DIR} yuicomporessor
npm install -g --prefix ${CIRCLE_BUILD_DIR} yuicompressor
fi