Skip to content

Commit a924a83

Browse files
authored
chore: do not clean docs during build (#485)
1 parent abd7683 commit a924a83

File tree

1 file changed

+1
-1
lines changed
  • smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen

1 file changed

+1
-1
lines changed

smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/base-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"build": "${packageManager} build:cjs && ${packageManager} build:es && ${packageManager} build:types",
77
"build:cjs": "tsc -p tsconfig.json",
8-
"build:docs": "${packageManager} clean:docs && typedoc ./",
8+
"build:docs": "typedoc",
99
"build:es": "tsc -p tsconfig.es.json",
1010
"build:types": "tsc -p tsconfig.types.json",
1111
"clean": "${packageManager} clean:dist && ${packageManager} clean:docs",

0 commit comments

Comments
 (0)