Skip to content

Commit 5a242e3

Browse files
committed
fix: correct typedoc src path
Release-As: 1.7.1
1 parent 102e9ee commit 5a242e3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
node_modules
22

3-
dist
4-
3+
dist
54
coverage
5+
# ignore typedoc output path
6+
doc
67

78
.tsbuildinfo
89

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"test": "npm run build && wtr --coverage",
2525
"test:watch": "npm run build && concurrently -k -r \"tsc -b --watch --preserveWatchOutput\" \"wtr --watch --coverage\"",
2626
"build": "npx rimraf dist && tsc",
27-
"doc": "npx rimraf doc && typedoc --out doc oscd-editor.ts",
27+
"doc": "npx rimraf doc && typedoc --out doc src/oscd-editor.ts",
2828
"prepare": "husky"
2929
},
3030
"devDependencies": {

0 commit comments

Comments
 (0)