From 2679866964427968572f56ca45e45ab98fcae772 Mon Sep 17 00:00:00 2001 From: waldronmatt Date: Tue, 12 Sep 2023 19:55:08 -0400 Subject: [PATCH] fix(package.json): add npx to syncpack cmd --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c8eb030a..f5e1168f 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "lint:secrets": "npx secretlint **/*", "lint:publish": "npx publint", "lint:package": "npx manypkg check", - "lint:deps": "syncpack lint-semver-ranges --config .syncpackrc", + "lint:deps": "npx syncpack lint-semver-ranges --config .syncpackrc", "lint:mr": "run-p lint:js lint:secrets lint:deps lint:publish lint:package", "dev": "npx nx run-many -t dev", "lint": "npx nx run-many -t lint",