Skip to content

Commit 0c10fd0

Browse files
committed
chore: enable lint stage
1 parent 92e4bcb commit 0c10fd0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env sh
22
. "$(dirname -- "$0")/_/husky.sh"
33

4-
# pnpm lint-staged
4+
pnpm lint-staged

apps/server/src/env.mts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ function resolveDir(dir: string): string {
3232
const __filename = fileURLToPath(import.meta.url)
3333
const splited = dirname(__filename).split('/src')
3434
const cwd = splited.slice(0, -1).join('/src')
35-
console.log('cwd', cwd)
3635
return join(cwd, dir)
3736
}
3837

0 commit comments

Comments
 (0)