Skip to content

Commit

Permalink
refact, please ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
npmstudy committed Sep 27, 2023
1 parent d8b80d0 commit 3b65805
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test:coverage": "c8 tsx --test test/*.ts",
"build": "tsup src",
"debug": "tsx --inspect-brk src.main.ts",
"doc": "npx api-extractor run --local && api-documenter markdown -i temp -o docs/api && node doc.js && serve dist/docs"
"doc": "npx api-extractor run --local && api-documenter markdown -i temp -o docs/api && node docs/build.js && serve dist/docs"
},
"keywords": [],
"author": "npmstudy",
Expand Down Expand Up @@ -44,4 +44,4 @@
"dist",
"index.d.ts"
]
}
}

0 comments on commit 3b65805

Please sign in to comment.