Skip to content

Commit

Permalink
RELEASE: test 1
Browse files Browse the repository at this point in the history
  • Loading branch information
taoliujun committed Feb 7, 2024
1 parent 1701a24 commit 305d537
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 14 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm exec commitlint -- --edit "$1"
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

# npm run lint:ts && npm exec lint-staged
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"url": "https://github.com/taoliujun/json-beautiful-render/issues"
},
"scripts": {
"prepare": "husky install",
"prepare": "husky",
"changelog": "pnpm exec changeset add",
"version": "pnpm exec changeset version",
"release": "pnpm exec changeset publish",
Expand All @@ -64,7 +64,7 @@
"@tsconfig/node18": "^18.2.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.10.5",
"husky": "^8.0.3",
"husky": "^9.0.10",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.1",
Expand All @@ -73,4 +73,4 @@
"webpack": "^5.90.0",
"webpack-cli": "^5.1.4"
}
}
}
10 changes: 5 additions & 5 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 305d537

Please sign in to comment.