Skip to content

Commit 356dd1c

Browse files
committed
Fixes
1 parent e7ed4d6 commit 356dd1c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
"scripts": {
55
"serve": "ng serve demo",
66
"build": "ng build markular --watch",
7-
"test": "ng test markular --browsers=ChromeHeadless --no-watch",
8-
"build:prod": "ng build demo --configuration production --base-href \"/markular/\"",
9-
"deploy": "npx angular-cli-ghpages --dir=dist/demo/browser"
7+
"build:prod": "ng build markular --configuration production && cp README.md dist/markular/",
8+
"test": "ng test markular --browsers=ChromeHeadless --no-watch"
109
},
1110
"prettier": {
1211
"printWidth": 100,

projects/markular/ng-package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"entryFile": "src/public-api.ts"
66
},
77
"allowedNonPeerDependencies": [
8-
"dompurify", "marked"
8+
"dompurify",
9+
"marked"
910
]
1011
}

0 commit comments

Comments
 (0)