Skip to content

Commit

Permalink
fix: fix root start script
Browse files Browse the repository at this point in the history
  • Loading branch information
thaisguigon committed Apr 18, 2024
1 parent 1c1a055 commit 771772c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,9 @@
"typescript": "5.3.3"
},
"version": "0.2.1",
"nx": {},
"scripts": {
"start:prod": "cross-env FORCE_COLOR=true concurrently -n \"twenty-server,twenty-front\" -c \"bgBlue.bold,bgGreen.bold\" \"yarn nx start twenty-server\" \"yarn nx start twenty-front\""
"start": "nx run-many -t start -p twenty-server twenty-front"
},
"workspaces": {
"packages": [
Expand Down
12 changes: 0 additions & 12 deletions project.json

This file was deleted.

0 comments on commit 771772c

Please sign in to comment.