Skip to content
Snippets Groups Projects
Unverified Commit 9f3b51e4 authored by Guilherme Gazzo's avatar Guilherme Gazzo Committed by GitHub
Browse files

Regression: yarn dev triggers build dependencies (#25208)


Co-authored-by: default avatarDiego Sampaio <chinello@gmail.com>
parent 8458bbc6
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
"build:services": "turbo run build --filter=rocketchat-services...",
"build:ci": "turbo run build:ci",
"testunit": "turbo run testunit",
"dev": "turbo run dev --parallel --filter=@rocket.chat/meteor",
"dev": "turbo run dev --filter=@rocket.chat/meteor...",
"lint": "turbo run lint",
"storybook": "yarn workspace @rocket.chat/meteor run storybook"
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment