From 9e4f449dabd162cef7960f72da4ab32be5edf8f0 Mon Sep 17 00:00:00 2001 From: Dylan Aubrey Date: Thu, 23 Nov 2023 23:35:33 +0000 Subject: [PATCH] fix: typo in package json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3550c8f..3af8da9 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "syncpack": "syncpack format && syncpack list-mismatches && syncpack lint-semver-ranges", "test": "node --require=suppress-experimental-warnings --experimental-vm-modules node_modules/jest/bin/jest.js", "type-check": "tsc --noEmit", - "validate": "npm run syncpack && pnpm run build && pnpm run lint && pnpm run type-check && pnpm run test" + "validate": "pnpm run syncpack && pnpm run build && pnpm run lint && pnpm run type-check && pnpm run test" }, "peerDependencies": { "@babel/runtime": "<8",