From 5e46f0c99c9f6cb769d12a5bf604371e8127d0e7 Mon Sep 17 00:00:00 2001 From: Freeplay Date: Sat, 25 Feb 2023 21:53:12 -0500 Subject: [PATCH] also fix that indent, huh --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef22dab20..11a539409 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "test": "pnpm run mocha", "format": "gulp format", "clean": "pnpm node ./scripts/clean.js", - "clean-all": "pnpm node ./scripts/clean-all.js", + "clean-all": "pnpm node ./scripts/clean-all.js", "cleanall": "pnpm run clean-all" }, "resolutions": {