mirror of
https://github.com/usebruno/bruno.git
synced 2025-01-08 23:18:54 +01:00
fix: missing typescript module on npm build script
This commit is contained in:
parent
90fedc8ec6
commit
c50b88d60d
@ -22,7 +22,8 @@
|
||||
"jest": "^29.2.0",
|
||||
"pretty-quick": "^3.1.3",
|
||||
"randomstring": "^1.2.2",
|
||||
"ts-jest": "^29.0.5"
|
||||
"ts-jest": "^29.0.5",
|
||||
"typescript": "^5.2.2"
|
||||
},
|
||||
"scripts": {
|
||||
"dev:web": "npm run dev --workspace=packages/bruno-app",
|
||||
|
Loading…
Reference in New Issue
Block a user