mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-20 08:01:46 +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",
|
"type": "module",
|
||||||
"packageManager": "pnpm@9.2.0",
|
"packageManager": "pnpm@9.2.0",
|
||||||
"scripts": {
|
"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:ui": "pnpm --filter @gitbutler/ui dev",
|
||||||
"dev:tauri": "pnpm tauri dev",
|
"dev:tauri": "pnpm tauri dev",
|
||||||
"test": "pnpm --filter @gitbutler/app run test",
|
"test": "pnpm --filter @gitbutler/app run test",
|
||||||
"test:watch": "pnpm --filter @gitbutler/app run test:watch",
|
"test:watch": "pnpm --filter @gitbutler/app run test:watch",
|
||||||
"build": "turbo run build",
|
"build": "turbo run build --no-daemon",
|
||||||
"check": "turbo run check",
|
"check": "turbo run check --no-daemon",
|
||||||
"tauri": "tauri",
|
"tauri": "tauri",
|
||||||
"lint": "turbo run //#globallint",
|
"lint": "turbo run //#globallint --no-daemon",
|
||||||
"globallint": "prettier --check . && eslint .",
|
"globallint": "prettier --check . && eslint .",
|
||||||
"format": "prettier --write .",
|
"format": "prettier --write .",
|
||||||
"fix": "eslint --fix .",
|
"fix": "eslint --fix .",
|
||||||
|
Loading…
Reference in New Issue
Block a user