File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ script:
3333 - yarn run readme:check
3434 - yarn run lib:test:ci
3535 # build
36- - yarn run lib:build:prod
36+ - yarn run lib:build:prod:view-engine
3737 - yarn run demo:build:prod --progress=false --base-href "https://cloudnc.github.io/ngx-sub-form/"
3838 # e2e tests
3939 - sed -i 's/<base href="https:\/\/cloudnc.github.io\/ngx-sub-form\/">/<base href="\/">/g' dist/ngx-sub-form-demo/index.html
Original file line number Diff line number Diff line change 2020 "demo:lint:check" : " yarn run ng lint" ,
2121 "demo:lint:fix" : " yarn run demo:lint:check --fix" ,
2222 "------------------ LIB ngx-sub-form ------------------" : " " ,
23- "lib:build:prod" : " yarn run ng build --project ngx-sub-form" ,
24- "lib:build:watch" : " yarn run lib:build:prod --watch" ,
23+ "lib:build:prod:ivy" : " yarn run ng build --project ngx-sub-form" ,
24+ "lib:build:prod:view-engine" : " yarn run lib:build:prod:ivy --prod" ,
25+ "lib:build:watch" : " yarn run lib:build:prod:view-engine --watch" ,
2526 "lib:test:watch" : " yarn run ng test --project ngx-sub-form" ,
2627 "lib:test:ci" : " yarn run ng test --project ngx-sub-form --watch false --browsers=ChromeHeadless" ,
2728 "------------------ Quick Commands ------------------" : " " ,
You can’t perform that action at this time.
0 commit comments