From 30f0e3aab3429608f4be73f80551f21e1b75ce2b Mon Sep 17 00:00:00 2001 From: Benjie Gillam Date: Mon, 29 Jan 2024 16:44:10 +0000 Subject: [PATCH] Clean command --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index bf551a4..f97bcd4 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "Filtering on PostGraphile connections", "main": "dist/index.js", "scripts": { + "clean": "rm -Rf dist", "build": "tsc -p tsconfig.build.json", "watch": "yarn build --watch", "format": "prettier --ignore-path ./.eslintignore",