From 781878575df244fe6392b49819f48fd8ca1d84c8 Mon Sep 17 00:00:00 2001 From: Nathan Musoke Date: Mon, 26 Jun 2023 17:12:23 -0400 Subject: [PATCH] chore: add yarn fix command --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b401578..5e85260 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "scripts": { "prepare": "husky install", "lint": "ts-standard", + "fix": "yarn ts-standard --fix", "test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest", "clean": "rm -rf build/*", "build": "tsdx build --tsconfig tsconfig.build.json"