Skip to content

Commit

Permalink
fix: base href
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime1992 committed Mar 5, 2019
1 parent ba9b44d commit 5250c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ script:
- yarn run prettier:check
# build
- yarn run lib:build:prod
- yarn run demo:build:prod --progress=false --base-href "https://cloudnc.github.io/ngx-sub-form/"
- yarn run demo:build:prod --progress=false --base-href "https://cloudnc.github.io/ngx-sub-form-demo/"

# publish to npm
- yarn global add cpy-cli --ignore-engines
Expand Down

0 comments on commit 5250c8f

Please sign in to comment.