Skip to content

Commit

Permalink
fix: fix logger
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Nov 17, 2023
1 parent ce9a362 commit 3728d8d
Show file tree
Hide file tree
Showing 4 changed files with 2,119 additions and 3,228 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
],
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "node bin/index.js",
"build": "tsc --noEmit && tsup",
"release": "pnpm build && pnpm dev release",
"lint": "tsc --noEmit && eslint --ext .ts,.js"
"dev": "tsup --watch",
"build": "tsup",
"release": "pnpm build && node bin/index.js release",
"lint": "eslint --ext .ts,.js"
},
"packageManager": "pnpm@8.7.5",
"engines": {
Expand All @@ -58,6 +58,7 @@
"dependencies": {
"commander": "^11.1.0",
"conventional-changelog": "^5.1.0",
"picocolors": "^1.0.0",
"execa": "^8.0.1",
"fs-extra": "^11.1.1",
"glob": "^10.3.10",
Expand Down
Loading

0 comments on commit 3728d8d

Please sign in to comment.