Skip to content

Commit 06cb70e

Browse files
committed
update pre-commit
1 parent a5a2388 commit 06cb70e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.husky/pre-commit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
pnpm run format
22
pnpm run lint
3+
git add .

src/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ createRoot(document.getElementById("root")!).render(
1616
<RouterProvider router={router} />
1717
</AuthProvider>
1818
</GoogleOAuthProvider>
19-
</StrictMode>
19+
</StrictMode>,
2020
);

0 commit comments

Comments
 (0)