Skip to content

Commit

Permalink
fix: script
Browse files Browse the repository at this point in the history
  • Loading branch information
mew-ton committed Sep 29, 2023
1 parent 0f49e04 commit 3edce01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"scripts": {
"prepare": "turbo run prepare --parallel",
"dev": "turbo run dev --parallel",
"dev:vue2": "yarn switch-2 && turbo run dev --parallel --filter=enclosure-vue --filter=insider-vue",
"dev:vue3": "yarn switch-3 && turbo run dev --parallel --filter=enclosure-vue --filter=insider-vue",
"dev:vue2": "yarn switch-2 && turbo run dev --parallel --filter=...enclosure-vue --filter=...insider-vue",
"dev:vue3": "yarn switch-3 && turbo run dev --parallel --filter=...enclosure-vue --filter=...insider-vue",
"dev:nuxt": "turbo run dev --parallel --filter=enclosure-nuxt --filter=insider-nuxt",
"build": "turbo run build",
"typecheck": "turbo run typecheck",
Expand Down
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": {
"cache": true,
"persistent": true,
"dependsOn": ["^dev"]
"dependsOn": ["prepare", "^dev"]
},
"test": {
"cache": false,
Expand Down

0 comments on commit 3edce01

Please sign in to comment.