Skip to content

Commit 3bb2d0d

Browse files
authored
fix: update lerna exec command to run via npx
1 parent 4d1098c commit 3bb2d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"start": "cd docs-site && yarn run start",
2424
"build": "cd docs-site && yarn run build:prod",
2525
"setup": "yarn",
26-
"setup:php": "lerna exec --scope @bolt/twig-renderer --scope @bolt/drupal-twig-extensions --scope @bolt/core-php -- yarn run setup",
26+
"setup:php": "npx lerna exec --scope @bolt/twig-renderer --scope @bolt/drupal-twig-extensions --scope @bolt/core-php -- yarn run setup",
2727
"setup:quick": "yarn install --production",
2828
"setup:full": "yarn --force",
2929
"deploy": "./scripts/deploy.js",

0 commit comments

Comments
 (0)