From 90d6acd407a5e55f23177f8a810cf98412131b66 Mon Sep 17 00:00:00 2001 From: Irshad Ahmad Date: Mon, 28 Oct 2024 18:58:43 +0530 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a585921d..4d64a404 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "test:e2e:debug": "wp-scripts test-playwright --config test/e2e/playwright.config.ts --ui", "test:php": "wireit", "typecheck": "wireit", - "upgrade-all": "pnpm ncu -u && pnpm -r exec pnpm ncu -u", + "upgrade-all": "pnpm ncu -u && pnpm -r exec ncu -u", "wp": "composer run wp -- ", "wp-env": "wp-env" },