Skip to content

Commit faede0c

Browse files
committed
Install missing dependency "path" & update scripts
1 parent f70295f commit faede0c

2 files changed

Lines changed: 31 additions & 4 deletions

File tree

package-lock.json

Lines changed: 25 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
"version": "0.0.0",
44
"scripts": {
55
"ng": "ng",
6-
"start": "ng serve",
7-
"build": "ng build",
6+
"start": "ng serve --project=demo",
7+
"build": "ng build ngx-diff2html",
8+
"build:demo": "ng build demo",
9+
"build:demo:github": "ng build demo --prod --base-href \"/ngx-diff2html/\"",
10+
"deploy:demo:github": "ngh --dir=dist/demo",
811
"test": "ng test",
912
"lint": "ng lint",
1013
"e2e": "ng e2e"
@@ -22,6 +25,7 @@
2225
"diff-match-patch": "^1.0.4",
2326
"diff2html": "^2.12.2",
2427
"ng-zorro-antd": "^8.5.2",
28+
"path": "^0.12.7",
2529
"rxjs": "~6.4.0",
2630
"tslib": "^1.10.0",
2731
"zone.js": "~0.9.1"

0 commit comments

Comments
 (0)