Skip to content

Commit bf222f4

Browse files
committed
build library and docs on deploy
1 parent 0c184c1 commit bf222f4

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

wercker.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,13 @@ deploy:
7171
code: |
7272
npm i -g babel
7373
- script:
74-
name: build
74+
name: build stardust
7575
code: |
7676
$(npm bin)/gulp build
77+
- script:
78+
name: generate docs
79+
code: |
80+
$(npm bin)/gulp docs
7781
- script:
7882
name: Deploy to github pages
7983
code: |

0 commit comments

Comments
 (0)