style: fix syntax to run with bun
Signed-off-by: Tân Một Nắng <hoangductan1999@gmail.com>
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
||||
"node": "16 || 18"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "concurrently \"yarn start\" \"yarn start-backend\"",
|
||||
"dev": "concurrently 'yarn start' 'yarn start-backend'",
|
||||
"start": "yarn workspace example-app start",
|
||||
"start-backend": "yarn workspace example-backend start",
|
||||
"build:backend": "yarn workspace example-backend build",
|
||||
|
||||
Reference in New Issue
Block a user