We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7ed4d6 commit 356dd1cCopy full SHA for 356dd1c
package.json
@@ -4,9 +4,8 @@
4
"scripts": {
5
"serve": "ng serve demo",
6
"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"
+ "build:prod": "ng build markular --configuration production && cp README.md dist/markular/",
+ "test": "ng test markular --browsers=ChromeHeadless --no-watch"
10
},
11
"prettier": {
12
"printWidth": 100,
projects/markular/ng-package.json
@@ -5,6 +5,7 @@
"entryFile": "src/public-api.ts"
"allowedNonPeerDependencies": [
- "dompurify", "marked"
+ "dompurify",
+ "marked"
]
}
0 commit comments