Skip to content

Commit

Permalink
Fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannibenussi committed Nov 6, 2024
1 parent 4bcdcff commit f8bddfa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
],
"dependencies": {},
"scripts": {
"prepare": "node .husky/install.mjs"
},
"devDependencies": {
"lint-staged": "^15.2.2",
"husky": "^9.1.5",
"prepare": "node .husky/install.mjs",
"build": "npm run build --workspaces",
"typecheck": "npm run typecheck --workspaces",
"format:check": "npm run format:check --workspaces",
"prepare": "node .husky/install.mjs",
"lint-staged": "lint-staged"
},
"devDependencies": {
"lint-staged": "^15.2.2",
"husky": "^9.1.5"
}
}

0 comments on commit f8bddfa

Please sign in to comment.