Skip to content

Commit

Permalink
chore(repo): update package.json (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cphayim authored Oct 24, 2023
1 parent ec008b1 commit 138cd42
Show file tree
Hide file tree
Showing 3 changed files with 1,010 additions and 937 deletions.
4 changes: 4 additions & 0 deletions .husky/post-merge
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

pnpm install
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@
"test:coverage": "tsx scripts/test.ts --coverage",
"lint": "eslint packages/ --ext .ts --fix --ignore-path .gitignore",
"format": "prettier --write --parser typescript \"packages/**/*.ts\"",
"cs:add": "tsx scripts/changeset.ts --add",
"cs:version": "tsx scripts/changeset.ts --version",
"commit": "git add . && cz",
"ch:add": "tsx scripts/changeset.ts --add",
"ch:version": "tsx scripts/changeset.ts --version"
"release": "pnpm build && pnpm -r publish"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit 138cd42

Please sign in to comment.