From ac8d773fded5662388ebe4d701fa5f456994f25c Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Thu, 19 Sep 2024 22:58:03 -0400 Subject: [PATCH] Fix typos --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 6e9b01f7..5828b650 100644 --- a/package.json +++ b/package.json @@ -18,10 +18,10 @@ "scripts": { "format": "prettier --write .", "format:check": "prettier --check .", - "build:all": "pnpn --recursive run build", - "lint:all": "pnpn --recursive run lint", - "test:all": "pnpn --recursive run test", - "clean:all": "pnpn --recursive run clean", + "build:all": "pnpm --recursive run build", + "lint:all": "pnpm --recursive run lint", + "test:all": "pnpm --recursive run test", + "clean:all": "pnpm --recursive run clean", "release": "pnpm build:all && pnpm publish -r" }, "packageManager": "pnpm@9.10.0"