From 5742fb05c5ec8bad9dd1deb1f1d4fffd74195fcc Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Sat, 21 Nov 2015 00:37:39 -0500 Subject: [PATCH] install gulp global --- circle.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 4022974..bfdc83d 100644 --- a/circle.yml +++ b/circle.yml @@ -9,7 +9,8 @@ deployment: - sh ./deploy.sh test: override: - - sh ./node_modules/.bin/gulp publish + - npm install -g gulp + - gulp publish dependencies: cache_directories: - "node_modules" # relative to the build directory