Skip to content

Commit

Permalink
Merge pull request #1400 from plone/make-serve-fix
Browse files Browse the repository at this point in the history
Fix bug with npm-run-all and npx
  • Loading branch information
petschki authored Oct 28, 2024
2 parents c79ed9f + 6d7d824 commit 5cb979a
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 585 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@testing-library/jest-dom": "^6.4.2",
"@types/sinon": "^10.0.20",
"css.escape": "^1.5.1",
"npm-run-all": "^4.1.5",
"npm-run-all2": "^7.0.1",
"rimraf": "^4.1.3",
"sinon": "^15.2.0",
"svelte": "^4.2.19",
Expand Down 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 --parallel start:*",
"test": "jest",
"testwatch": "jest --watch",
"i18n": "node src/i18n.js"
Expand Down
Loading

0 comments on commit 5cb979a

Please sign in to comment.