From 944e1df2c7d1557358b7579b167a9187042174f8 Mon Sep 17 00:00:00 2001 From: av8ta Date: Sun, 7 Apr 2024 21:00:14 +1000 Subject: [PATCH] format with turbo --- package.json | 2 +- turbo.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a2148447..70699f3f 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "test": "turbo run test", "clean": "turbo run clean", "lint": "turbo run lint", - "format": "prettier --write .", + "format": "turbo run format", "build:wasm:dev": "wasm-pack build --target web packages/cadmium --dev --no-typescript", "build:wasm": "wasm-pack build --target web packages/cadmium" }, diff --git a/turbo.json b/turbo.json index 7c3d3f37..404b57f9 100644 --- a/turbo.json +++ b/turbo.json @@ -9,6 +9,10 @@ "dependsOn": ["^build"] }, "lint": {}, + "format": { + "cache": false, + "persistent": false + }, "serve": {}, "clean": { "cache": false,