Skip to content

Commit

Permalink
build(client): build as serially (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzhang1030 authored Dec 21, 2023
1 parent 3fddacc commit 8453523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"node": ">=v14.21.3"
},
"scripts": {
"build": "nr build:lib & vite build",
"build": "nr build:lib && vite build",
"build:lib": "vite build --config vite.lib.config.ts",
"stub": "nr stub:lib & vite build --watch",
"stub": "nr stub:lib && vite build --watch",
"stub:lib": "vite build --config vite.lib.config.ts --watch"
},
"peerDependencies": {
Expand Down

0 comments on commit 8453523

Please sign in to comment.