diff --git a/turbo.json b/turbo.json index f1431ec3..9a1e039c 100644 --- a/turbo.json +++ b/turbo.json @@ -1,11 +1,8 @@ { "$schema": "https://turborepo.com/schema.json", "tasks": { - "//#build:wasm": { - "outputs": ["rust/wasm/pkg/**"] - }, "build": { - "dependsOn": ["//#build:wasm", "^build"], + "dependsOn": ["^build"], "outputs": [".next/**", "!.next/cache/**"], "env": [ "NODE_ENV",