Skip to content

Commit a4e09e8

Browse files
fix: docs built in CI
1 parent ef6d9f6 commit a4e09e8

File tree

3 files changed

+7053
-284
lines changed

3 files changed

+7053
-284
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"lint:all": "nx run-many --targets=lint",
88
"test:all": "nx run-many --targets=test",
99
"test:e2e": "nx e2e demo",
10-
"build:all": "nx run-many --targets=build",
11-
"verify:all": "nx run-many --targets=lint,test,build",
10+
"build:all": "nx run-many --targets=build --exclude=docs --skip-nx-cache",
11+
"verify:all": "nx run-many --targets=lint,test,build --exclude=docs --skip-nx-cache",
1212
"prepare": "husky",
1313
"format:check": "prettier --check ./**/*.{js,ts,json,html,scss,md}"
1414
},

0 commit comments

Comments
 (0)