mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-19 15:41:31 +03:00
Merge pull request #4228 from gitbutlerapp/I-hired-an-exorcist
I hired an exorcist
This commit is contained in:
commit
0408f5ec11
@ -8,15 +8,15 @@
|
||||
"type": "module",
|
||||
"packageManager": "pnpm@9.2.0",
|
||||
"scripts": {
|
||||
"dev": "turbo watch --filter @gitbutler/app dev",
|
||||
"dev": "turbo run --filter @gitbutler/app dev --no-daemon",
|
||||
"dev:ui": "pnpm --filter @gitbutler/ui dev",
|
||||
"dev:tauri": "pnpm tauri dev",
|
||||
"test": "pnpm --filter @gitbutler/app run test",
|
||||
"test:watch": "pnpm --filter @gitbutler/app run test:watch",
|
||||
"build": "turbo run build",
|
||||
"check": "turbo run check",
|
||||
"build": "turbo run build --no-daemon",
|
||||
"check": "turbo run check --no-daemon",
|
||||
"tauri": "tauri",
|
||||
"lint": "turbo run //#globallint",
|
||||
"lint": "turbo run //#globallint --no-daemon",
|
||||
"globallint": "prettier --check . && eslint .",
|
||||
"format": "prettier --write .",
|
||||
"fix": "eslint --fix .",
|
||||
|
Loading…
Reference in New Issue
Block a user