Skip to content

Commit

Permalink
fix husky
Browse files Browse the repository at this point in the history
  • Loading branch information
ecklf committed Sep 4, 2024
1 parent 6d7b9f8 commit abe4b92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
5 changes: 1 addition & 4 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 format
pnpm test
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,15 @@
"scripts": {
"prepare": "husky",
"format": "npx biome format --write",
"test": "vitest",
"test": "vitest --run",
"build": "rimraf dist/ && tsc --removeComments",
"release": "npm run build && release-it"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ecklf/tailwindcss-radix.git"
},
"keywords": [
"tailwindcss",
"plugin",
"radix",
"react"
],
"keywords": ["tailwindcss", "plugin", "radix", "react"],
"author": {
"email": "ecklf@icloud.com",
"name": "Florentin Eckl",
Expand Down

0 comments on commit abe4b92

Please sign in to comment.