Skip to content

Commit

Permalink
fix(build): Fix bug with npm-run-all and npx
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed Oct 28, 2024
1 parent c79ed9f commit 691e41a
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 @@ -102,7 +102,7 @@
"collect:externaldocs": "copyup -V node_modules/@patternslib/patternslib/src/pat/**/documentation.md node_modules/@patternslib/pat-*/README.md node_modules/pat-*/README.md docs/external/",
"start:webpack": "NODE_ENV=development webpack serve --config webpack.config.js",
"start:docs": "ELEVENTY_ENV=development npx @11ty/eleventy --serve --port 8001 ",
"start": "npm-run-all clean --parallel start:*",
"start": "npm run clean && npm-run-all --npm-path npm --parallel start:*",
"test": "jest",
"testwatch": "jest --watch",
"i18n": "node src/i18n.js"
Expand Down

0 comments on commit 691e41a

Please sign in to comment.