We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1fc3cf commit 7e67ed4Copy full SHA for 7e67ed4
bun.lockb
2.62 KB
package.json
@@ -5,8 +5,8 @@
5
"packageManager": "bun@1.1.10",
6
"scripts": {
7
"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"
+ "build": "bunx concurrently \"nx serve api\" \"bun run wait-and-build\" --kill-others --success last --kill-signal SIGINT",
+ "wait-and-build": "bunx wait-on tcp:3000 && nx build app"
10
},
11
"private": true,
12
"dependencies": {
@@ -79,6 +79,7 @@
79
"ts-jest": "^29.1.3",
80
"ts-node": "10.9.2",
81
"typescript": "~5.4.5",
82
+ "wait-on": "^7.2.0",
83
"webpack-cli": "^5.1.4"
84
85
"engines": {
0 commit comments