Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-He95 committed Apr 7, 2023
1 parent 7fb64ae commit 24b2b82
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"dist"
],
"scripts": {
"postinstall": "simple-git-hooks",
"build": "tsup ./src/index.ts --format cjs,esm --dts --clean --minify",
"dev": "npm run build -- --watch src",
"format": "prettier --write --cache .",
Expand Down Expand Up @@ -82,17 +81,12 @@
"pnpm": "^7.18.2",
"prettier": "^2.8.1",
"rimraf": "^3.0.2",
"simple-git-hooks": "^2.8.1",
"tsup": "^6.5.0",
"tsx": "^3.12.1",
"typescript": "^4.9.4",
"unbuild": "^1.0.0",
"vitest": "^0.27.0"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged --concurrent false",
"commit-msg": "pnpm exec tsx scripts/verifyCommit.ts $1"
},
"lint-staged": {
"*": [
"prettier --write --cache --ignore-unknown"
Expand Down
8 changes: 0 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 24b2b82

Please sign in to comment.