Skip to content

Commit

Permalink
fix gulp
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgorgo authored May 5, 2018
1 parent 5b13663 commit 923841c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 923841c

Please sign in to comment.