Skip to content

Commit

Permalink
Update - sendGet/sendPost, Add - execSync/existsSync
Browse files Browse the repository at this point in the history
  • Loading branch information
POPPIN-FUMI committed Mar 6, 2024
1 parent 73ce457 commit cd453d2
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 79 deletions.
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
"scripts": {
"test": "vitest",
"build": "rm -rf dist/ && tsx build.ts && tsc --emitDeclarationOnly && mv -f dist/src/* dist/ && rm -rf dist/src/",
"build": "rm -rf dist/ && tsx build.ts && tsc --emitDeclarationOnly && mv -f dist/src/* dist/ && rm -rf dist/src/ && pnpm build-doc",
"build-doc": "typedoc src/index.ts --out docs",
"dev": "npx ts-node -r tsconfig-paths/register --transpile-only src/index.ts"
},
Expand Down
Loading

0 comments on commit cd453d2

Please sign in to comment.