Skip to content

Commit 923841c

Browse files
authored
fix gulp
1 parent 5b13663 commit 923841c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ deployment:
4343
- git checkout gh-pages -f
4444
- git pull
4545
- npm install
46-
- gulp build
46+
- ./node_modules/.bin/gulp build
4747
- git status
4848
- git commit dist/ --allow-empty -m "Circle CI - validator demo update"
4949
- git push origin gh-pages

0 commit comments

Comments
 (0)