We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d1098c commit 3bb2d0dCopy full SHA for 3bb2d0d
package.json
@@ -23,7 +23,7 @@
23
"start": "cd docs-site && yarn run start",
24
"build": "cd docs-site && yarn run build:prod",
25
"setup": "yarn",
26
- "setup:php": "lerna exec --scope @bolt/twig-renderer --scope @bolt/drupal-twig-extensions --scope @bolt/core-php -- yarn run setup",
+ "setup:php": "npx lerna exec --scope @bolt/twig-renderer --scope @bolt/drupal-twig-extensions --scope @bolt/core-php -- yarn run setup",
27
"setup:quick": "yarn install --production",
28
"setup:full": "yarn --force",
29
"deploy": "./scripts/deploy.js",
0 commit comments