mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-20 07:37:26 -05:00
Eng 388 remove pre commit hooks (#588)
* remove precommit hooks * update pnpm.lock
This commit is contained in:
10
lefthook.yml
10
lefthook.yml
@@ -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
|
||||
@@ -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
BIN
pnpm-lock.yaml
generated
Binary file not shown.
Reference in New Issue
Block a user