Eng 388 remove pre commit hooks (#588)

* remove precommit hooks

* update pnpm.lock
This commit is contained in:
Brendan Allan
2023-03-03 16:01:45 +08:00
committed by GitHub
parent 420aa75da5
commit 3aa91e9cde
3 changed files with 1 additions and 16 deletions

View File

@@ -1,10 +0,0 @@
########################################################################################################################
# Refer for explanation to following link: #
# https://github.com/evilmartians/lefthook/blob/master/docs/full_guide.md #
########################################################################################################################
pre-commit:
commands:
# automatically format files, ✨magically✨
lint-staged:
run: pnpm lint-staged

View File

@@ -1,9 +1,6 @@
{
"name": "@sd/root",
"version": "0.0.0",
"private": true,
"scripts": {
"postinstall": "lefthook install",
"prep": "pnpm gen:prisma && cargo test -p sd-core api::tests::test_and_export_rspc_bindings -- --exact",
"build": "turbo run build",
"landing-web": "turbo run dev --parallel --filter=@sd/landing --filter=@sd/web",
@@ -23,7 +20,7 @@
"codegen": "cargo test -p sd-core api::tests::test_and_export_rspc_bindings -- --exact",
"typecheck": "turbo run typecheck",
"lint": "turbo run lint",
"lint:fix": "turbo run lint -- --fix",
"lint:fix": "turbo run lint -- lint:fix",
"clean": "rimraf node_modules/ **/node_modules/ target/ **/.build/ **/.next/ **/dist/**"
},
"pnpm": {
@@ -35,10 +32,8 @@
"@babel/plugin-syntax-import-assertions": "^7.20.0",
"@cspell/dict-rust": "^2.0.1",
"@cspell/dict-typescript": "^2.0.2",
"@evilmartians/lefthook": "^1.1.1",
"@trivago/prettier-plugin-sort-imports": "^3.4.0",
"cspell": "^6.12.0",
"lint-staged": "^13.1.0",
"markdown-link-check": "^3.10.3",
"prettier": "^2.8.3",
"prettier-plugin-tailwindcss": "^0.2.2",

BIN
pnpm-lock.yaml generated
View File

Binary file not shown.