Skip to content

Commit 120d24a

Browse files
committed
Drop library build dependency on demo app
1 parent 4b62c53 commit 120d24a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/deploy-demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install and Build 🔧
1717
run: |
1818
npm install
19-
npm run build && npm run build:demo:github
19+
npm run build:demo:github
2020
cp dist/demo/index.html dist/demo/404.html
2121
2222
- name: Deploy 🚀

projects/demo/src/app/app.component.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { Component } from '@angular/core';
2-
import { DiffStyle, DiffFormat } from 'ngx-diff2html';
2+
//import { DiffStyle, DiffFormat } from 'ngx-diff2html';
3+
import { DiffStyle, DiffFormat } from 'projects/ngx-diff2html/src/public-api';
34

45
@Component({
56
selector: 'app-root',

0 commit comments

Comments
 (0)