From 3db30c72e76c1df16dc9723cf7382861211aa6a4 Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Wed, 15 Apr 2026 00:41:52 +0200 Subject: [PATCH] fix: turbo --- turbo.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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",