Skip to content

Commit 8570ff4

Browse files
authored
dev: build common-utils (app:dev) (#575)
1 parent f1228de commit 8570ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"scripts": {
3131
"prepare": "husky install",
32-
"app:dev": "npx concurrently -k -n 'API,APP,ALERTS-TASK' -c 'green.bold,blue.bold,yellow.bold' 'nx run @hyperdx/api:dev' 'nx run @hyperdx/app:dev' 'nx run @hyperdx/api:dev-task check-alerts'",
32+
"app:dev": "npx concurrently -k -n 'API,APP,ALERTS-TASK,COMMON-UTILS' -c 'green.bold,blue.bold,yellow.bold,magenta' 'nx run @hyperdx/api:dev' 'nx run @hyperdx/app:dev' 'nx run @hyperdx/api:dev-task check-alerts' 'nx run @hyperdx/common-utils:dev'",
3333
"app:lint": "nx run @hyperdx/app:ci:lint",
3434
"predev": "docker compose -f docker-compose.dev.yml up -d",
3535
"dev": "yarn app:dev",

0 commit comments

Comments
 (0)