From 923841c92dedbc9a83e0bc7ddbf239f36291e547 Mon Sep 17 00:00:00 2001 From: Chris Filo Gorgolewski Date: Fri, 4 May 2018 18:13:25 -0700 Subject: [PATCH] fix gulp --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 56e49ff9f..6f5c817c5 100644 --- a/circle.yml +++ b/circle.yml @@ -43,7 +43,7 @@ deployment: - git checkout gh-pages -f - git pull - npm install - - gulp build + - ./node_modules/.bin/gulp build - git status - git commit dist/ --allow-empty -m "Circle CI - validator demo update" - git push origin gh-pages