Skip to content

Commit

Permalink
Run in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Nov 16, 2023
1 parent 67ade4e commit 759263b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"private": true,
"type": "module",
"scripts": {
"dev": "pnpm -r run dev",
"build": "pnpm -r run build",
"dev": "pnpm -r --parallel dev",
"build": "pnpm -r --parallel build",
"preview": "pnpm -r run preview",
"lint": "eslint . --cache --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preinstall": "npx only-allow pnpm",
Expand Down

0 comments on commit 759263b

Please sign in to comment.