Skip to content

Commit 97f64ee

Browse files
committed
fix(travis): update example build step
1 parent c627bdf commit 97f64ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ script:
1111
- npm run lint
1212
- npm run test:cover
1313
- npm run build
14-
- cd example && npm install && npm run build
14+
- cd example && npm install && npm run build && cd ..
1515
after_success:
1616
- npx codecov
1717
deploy:

0 commit comments

Comments
 (0)