feature(#2839): introduce singular dev script to improve DX (#2840)

Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
This commit is contained in:
Niklas Ziermann 2024-08-23 21:04:23 +02:00 committed by GitHub
parent 5f0e6f13eb
commit cef6f85845
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1935 additions and 4107 deletions

6040
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -20,6 +20,7 @@
"@jest/globals": "^29.2.0",
"@playwright/test": "^1.27.1",
"@types/jest": "^29.5.11",
"concurrently": "^8.2.2",
"fs-extra": "^11.1.1",
"husky": "^8.0.3",
"jest": "^29.2.0",
@ -29,6 +30,7 @@
"ts-jest": "^29.0.5"
},
"scripts": {
"dev": "concurrently --kill-others \"npm run dev:web\" \"npm run dev:electron\"",
"dev:web": "npm run dev --workspace=packages/bruno-app",
"build:web": "npm run build --workspace=packages/bruno-app",
"prettier:web": "npm run prettier --workspace=packages/bruno-app",