Skip to content

Commit

Permalink
chore: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Dec 6, 2023
1 parent 4b3540d commit f17689f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"private": true,
"type": "module",
"scripts": {
"build": "pnpm -r --workspace-concurrency=1 --stream build",
"build": "pnpm build:all && pnpm build:copy",
"build:all": "pnpm -r --workspace-concurrency=1 --stream build",
"build:copy": "pnpm --parallel --stream copy",
"clean": "pnpm --parallel --stream clean",
"format": "prettier --write .",
"lint": "eslint --ext .cjs,.js,.ts,.vue . && prettier --check .",
Expand Down

0 comments on commit f17689f

Please sign in to comment.