Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz committed Dec 17, 2023
1 parent 0fcc6f5 commit 5a0bd37
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 @@ -33,17 +33,19 @@
"build:shared": "nr -C packages/shared build",
"build:core": "nr -C packages/core build",
"build:devtools-kit": "nr -C packages/devtools-kit build",
"build:devtools": "nr -C packages/devtools build",
"build:schema": "nr -C packages/schema build",
"build:overlay": "nr -C packages/overlay build",
"build:client": "nr -C packages/client build",
"build:electron": "nr -C packages/electron build",
"build:ui": "nr -C packages/ui build",
"build:vite": "nr -C packages/vite build",
"dev:browser-extension": "nr -C packages/browser-extension dev",
"dev:ui-story": "nr -C packages/ui story:dev",
"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/{client,overlay}' run build && pnpm build:client && pnpm build:overlay",
"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",
"build:browser-extension": "nr -C packages/browser-extension build",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
Expand Down

0 comments on commit 5a0bd37

Please sign in to comment.