We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f3e0f commit d20504dCopy full SHA for d20504d
.github/workflows/build.yml
@@ -23,5 +23,6 @@ jobs:
23
node-version: ${{ matrix.node-version }}
24
- run: npm ci
25
- run: npm run build
26
+ - run: npm run docs
27
env:
28
CI: true
package.json
@@ -10,7 +10,7 @@
10
"test": "echo 'skipping test'",
11
"lint": "ng lint",
12
"e2e": "echo 'skipping test'",
13
- "docs": "compodoc -p src/tsconfig.app.json --theme material -d docs",
+ "docs": "compodoc -p tsconfig.json --theme material -d docs",
14
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
15
},
16
"private": true,
0 commit comments