Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Commit a5d82ae

Browse files
Do not generate docs as part of test
This is a temporary measure as Typedoc generation will be broken when we upgrade to TypeScript v4.3 until Typedoc supports this version (should be very soon: TypeStrong/typedoc#1589 (comment)). At that point, we can re-instate this. Change-type: patch Signed-off-by: Graham McCulloch <[email protected]>
1 parent 21b2874 commit a5d82ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"lint": "balena-lint lib test && depcheck --ignore-bin-package --ignores=@babel/*,canvas,history,depcheck,css-loader,file-loader,babel-loader,style-loader,webpack-cli,webpack-dev-server,@types/jest,assert",
1414
"lint-fix": "balena-lint --fix lib test",
1515
"unit": "jest",
16-
"test": "npm run doc && catch-uncommitted --skip-node-versionbot-changes && npm run lint && npm run unit",
16+
"test": "catch-uncommitted --skip-node-versionbot-changes && npm run lint && npm run unit",
1717
"doc": "typedoc lib/",
1818
"prepack": "npm run build"
1919
},

0 commit comments

Comments
 (0)