Skip to content

Commit

Permalink
Update script
Browse files Browse the repository at this point in the history
  • Loading branch information
arshad-yaseen committed Sep 1, 2024
1 parent a235595 commit 0cd30a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lint": "eslint . --ext .ts,.tsx --fix",
"lint:test-ui": "pnpm -C tests/ui lint",
"format": "prettier --write .",
"pre-commit": "pnpm build && pnpm format && pnpm type-check && pnpm lint && pnpm lint:test-ui && pnpm test",
"pre-commit": "pnpm build && pnpm format && pnpm type-check && pnpm lint && pnpm lint:test-ui",
"release": "release-it"
},
"devDependencies": {
Expand Down

0 comments on commit 0cd30a4

Please sign in to comment.