Skip to content

Commit

Permalink
Merge pull request #142 from cloudnc/chore/fix-publishing-using-view-…
Browse files Browse the repository at this point in the history
…engine
  • Loading branch information
maxime1992 authored Feb 19, 2020
2 parents 1d50bcd + 6bfe25e commit 1ba8842
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ script:
- yarn run readme:check
- yarn run lib:test:ci
# build
- yarn run lib:build:prod
- yarn run lib:build:prod:view-engine
- yarn run demo:build:prod --progress=false --base-href "https://cloudnc.github.io/ngx-sub-form/"
# e2e tests
- sed -i 's/<base href="https:\/\/cloudnc.github.io\/ngx-sub-form\/">/<base href="\/">/g' dist/ngx-sub-form-demo/index.html
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
"demo:lint:check": "yarn run ng lint",
"demo:lint:fix": "yarn run demo:lint:check --fix",
"------------------ LIB ngx-sub-form ------------------": "",
"lib:build:prod": "yarn run ng build --project ngx-sub-form",
"lib:build:watch": "yarn run lib:build:prod --watch",
"lib:build:prod:ivy": "yarn run ng build --project ngx-sub-form",
"lib:build:prod:view-engine": "yarn run lib:build:prod:ivy --prod",
"lib:build:watch": "yarn run lib:build:prod:view-engine --watch",
"lib:test:watch": "yarn run ng test --project ngx-sub-form",
"lib:test:ci": "yarn run ng test --project ngx-sub-form --watch false --browsers=ChromeHeadless",
"------------------ Quick Commands ------------------": "",
Expand Down

0 comments on commit 1ba8842

Please sign in to comment.