Skip to content

Commit

Permalink
Revert prepare script to original
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus01337 committed Jul 31, 2024
1 parent 36fcbfa commit 0c57fe1
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 @@ -12,7 +12,7 @@
"format": "biome check --write --no-errors-on-unmatched --linter-enabled=false --config-path external/configurations/biome/biome.json",
"lint": "eslint . && tsc --noEmit",
"lint:formatting": "biome check --linter-enabled=false --config-path external/configurations/biome/biome.json",
"prepare": "ls && bun ./.husky/install.js"
"prepare": "bun .husky/install.js"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
Expand Down

0 comments on commit 0c57fe1

Please sign in to comment.