Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ddadaal committed Jan 28, 2024
1 parent 39a2599 commit e9ee7a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

pnpm lint

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devenv:stop": "docker compose --env-file dev/.env.dev -f dev/docker-compose.dev.yml down",
"test": "turbo run test",
"test:ci": "pnpm run -r test --ci --coverage --runInBand",
"prepare": "node -e \"try { require('husky').install() } catch (e) {if (e.code !== 'MODULE_NOT_FOUND' && !e.message.startsWith('.git')) throw e}\"",
"prepare": "node -e \"try { import('husky').then((d) => console.log(d.default())) } catch (e) {if (e.code !== 'MODULE_NOT_FOUND' && !e.message.startsWith('.git')) throw e}\"",
"lint": "turbo run lint lint:ts",
"lint:ts": "eslint --cache --ext .tsx,.ts,.js .",
"ci:version": "node scripts/version.mjs",
Expand Down Expand Up @@ -68,4 +68,4 @@
"next@14.1.0": "patches/next@14.1.0.patch"
}
}
}
}

0 comments on commit e9ee7a4

Please sign in to comment.