From 4dbc0c29007a676a0337361e3584656cee205f85 Mon Sep 17 00:00:00 2001 From: Andrei Liviu Georgescu <146103342+andreilgeorgescu@users.noreply.github.com> Date: Mon, 18 Nov 2024 11:11:01 +0000 Subject: [PATCH] Trunk is slowing down the project Resolves #172 --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 53d60379..1ef9a896 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,11 @@ "scripts": { "build": "astro check --minimumSeverity error && astro build", "dev": "astro dev", + "fmt": "trunk fmt", + "lint": "trunk check", "preview": "astro preview", - "start": "astro dev" + "start": "astro dev", + "trunk": "trunk" }, "dependencies": { "@astrojs/check": "^0.9.3",