Skip to content

Commit 94e3e5b

Browse files
authored
refactor: we'd have to run build previous to checking the docs path (#4713)
Elsewhere we couldn't determine whether the files exist that are mentioned in the docs
1 parent 6a0262f commit 94e3e5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"dev:sass": "npm run dev:scss --workspace=@db-ux/core-components",
3636
"dev:stencil-components": "npm run dev:stencil --workspace=@db-ux/core-components",
3737
"dev:vue-components": "npm run dev:vue --workspace=@db-ux/core-components",
38+
"pretest:docs-file-references": "npm run build",
3839
"rm-builds:components-build": "rimraf ../packages/components/build",
3940
"rm-builds:dist": "rimraf --glob showcases/**/dist",
4041
"rm-builds:foundations-build": "rimraf ../packages/foundations/build",

0 commit comments

Comments
 (0)