Skip to content

Commit 7e67ed4

Browse files
committed
forgot one more command
1 parent e1fc3cf commit 7e67ed4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

bun.lockb

2.62 KB
Binary file not shown.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"packageManager": "bun@1.1.10",
66
"scripts": {
77
"start": "nx run-many -t serve -p tag:scope:app",
8-
"build": "npx concurrently \"nx serve api\" \"bun run wait-and-build\" --kill-others --success last --kill-signal SIGINT",
9-
"wait-and-build": "wait-on tcp:3000 && nx build app"
8+
"build": "bunx concurrently \"nx serve api\" \"bun run wait-and-build\" --kill-others --success last --kill-signal SIGINT",
9+
"wait-and-build": "bunx wait-on tcp:3000 && nx build app"
1010
},
1111
"private": true,
1212
"dependencies": {
@@ -79,6 +79,7 @@
7979
"ts-jest": "^29.1.3",
8080
"ts-node": "10.9.2",
8181
"typescript": "~5.4.5",
82+
"wait-on": "^7.2.0",
8283
"webpack-cli": "^5.1.4"
8384
},
8485
"engines": {

0 commit comments

Comments
 (0)