Skip to content

Commit

Permalink
fix(package.json): add npx to syncpack cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Sep 12, 2023
1 parent 879bdf7 commit 2679866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2679866

Please sign in to comment.