Skip to content

Commit 7ba50f5

Browse files
committed
fix: turbo.json
1 parent 343c8c7 commit 7ba50f5

File tree

3 files changed

+70
-41
lines changed

3 files changed

+70
-41
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"typedoc-plugin-missing-exports": "^3.1.0"
4141
},
4242
"dependencies": {
43-
"@changesets/cli": "^2.29.5"
43+
"@changesets/cli": "^2.29.5",
44+
"@dojoengine/recs": "2.0.13"
4445
}
4546
}

pnpm-lock.yaml

Lines changed: 66 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

turbo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"inputs": ["dojo.c/**", "crates/**"]
1919
},
2020
"build:deps": {
21-
"dependsOn": ["^build:deps", "^build:internal"],
21+
"dependsOn": ["^build:deps", "^build:internal", "^build:wasm"],
2222
"outputs": ["dist/**", "target/**", "pkg/**"]
2323
},
2424
"build": {
25-
"dependsOn": ["^build"],
25+
"dependsOn": ["^build", "^build:wasm", "^build:internal"],
2626
"outputs": [
2727
".next/**",
2828
"!.next/cache/**",

0 commit comments

Comments
 (0)