Skip to content

Commit

Permalink
chore: build shell
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz committed Dec 28, 2023
1 parent 0caa314 commit 839ecf9
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
@@ -1,5 +1,5 @@
{
"name": "@vue-devtools/monorepo",
"name": "@vue-devtool-next/monorepo",
"type": "module",
"version": "0.0.0",
"private": true,
Expand Down Expand Up @@ -47,7 +47,7 @@
"dev:ui-play": "nr -C packages/ui-playground dev",
"prepare:type": "pnpm -r --filter='./packages/**' run prepare:type",
"dev": "NODE_OPTIONS=\"--max-old-space-size=8192\" nr prepare:type && nr build:ui && pnpm -r --parallel --filter='./packages/**' run stub",
"build": "pnpm -r --filter='./packages/{schema,shared,core,ui,devtools-kit,vite}' run build && pnpm build:client && pnpm build:overlay && pnpm build:browser-extension & pnpm build:electron && pnpm build:devtools && pnpm build:devtools-api",
"build": "pnpm -r --filter='./packages/{schema,shared,core,ui,devtools-kit,vite}' run build && pnpm build:client && pnpm build:overlay && pnpm build:browser-extension && pnpm build:electron && pnpm build:devtools && pnpm build:devtools-api",
"build:browser-extension": "nr -C packages/browser-extension build",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
Expand Down

0 comments on commit 839ecf9

Please sign in to comment.