Skip to content

Commit

Permalink
Added compilation testing for demo project
Browse files Browse the repository at this point in the history
  • Loading branch information
RinMinase committed Mar 29, 2020
1 parent 53d871a commit 470b0f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
name: Compiling for Ivy Renderer
command: cd demo && yarn ngcc

- run:
name: Testing compilation for Ivy Renderer
command: cd demo && yarn ngcc

- run:
name: Building demo project
command: cd demo && yarn deploy
Expand Down
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build": "ng build --prod && npm run redirects",
"deploy": "ng build --prod --no-progress && npm run redirects",
"redirects": "echo /* /index.html 200> ./dist/_redirects",
"ngcc": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points"
"ngcc": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points || true"
},
"dependencies": {
"@angular/animations": "^9.1.0",
Expand Down

0 comments on commit 470b0f9

Please sign in to comment.