We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eca13e3 commit 3db30c7Copy full SHA for 3db30c7
1 file changed
turbo.json
@@ -1,11 +1,8 @@
1
{
2
"$schema": "https://turborepo.com/schema.json",
3
"tasks": {
4
- "//#build:wasm": {
5
- "outputs": ["rust/wasm/pkg/**"]
6
- },
7
"build": {
8
- "dependsOn": ["//#build:wasm", "^build"],
+ "dependsOn": ["^build"],
9
"outputs": [".next/**", "!.next/cache/**"],
10
"env": [
11
"NODE_ENV",
0 commit comments