mirror of
https://github.com/usebruno/bruno.git
synced 2025-06-23 21:41:53 +02: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",
|
"jest": "^29.2.0",
|
||||||
"pretty-quick": "^3.1.3",
|
"pretty-quick": "^3.1.3",
|
||||||
"randomstring": "^1.2.2",
|
"randomstring": "^1.2.2",
|
||||||
"ts-jest": "^29.0.5"
|
"ts-jest": "^29.0.5",
|
||||||
|
"typescript": "^5.2.2"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev:web": "npm run dev --workspace=packages/bruno-app",
|
"dev:web": "npm run dev --workspace=packages/bruno-app",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user