Merge pull request #19983 from tanoggy/patch-1

style: fix syntax to run with bun
This commit is contained in:
Fredrik Adelöw
2023-09-17 17:02:26 +02:00
committed by GitHub
+1 -1
View File
@@ -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",