Skip to content

Commit 3db30c7

Browse files
committed
fix: turbo
1 parent eca13e3 commit 3db30c7

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

turbo.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
{
22
"$schema": "https://turborepo.com/schema.json",
33
"tasks": {
4-
"//#build:wasm": {
5-
"outputs": ["rust/wasm/pkg/**"]
6-
},
74
"build": {
8-
"dependsOn": ["//#build:wasm", "^build"],
5+
"dependsOn": ["^build"],
96
"outputs": [".next/**", "!.next/cache/**"],
107
"env": [
118
"NODE_ENV",

0 commit comments

Comments
 (0)