fix: turbo

This commit is contained in:
Maze Winther 2026-04-15 00:41:52 +02:00
parent eca13e3e71
commit 3db30c72e7
1 changed files with 1 additions and 4 deletions

View File

@ -1,11 +1,8 @@
{ {
"$schema": "https://turborepo.com/schema.json", "$schema": "https://turborepo.com/schema.json",
"tasks": { "tasks": {
"//#build:wasm": {
"outputs": ["rust/wasm/pkg/**"]
},
"build": { "build": {
"dependsOn": ["//#build:wasm", "^build"], "dependsOn": ["^build"],
"outputs": [".next/**", "!.next/cache/**"], "outputs": [".next/**", "!.next/cache/**"],
"env": [ "env": [
"NODE_ENV", "NODE_ENV",