Skip to content

Commit 2e370c9

Browse files
ensure that wasm module is part of the package
Signed-off-by: Thomas Poignant <[email protected]>
1 parent 59b26dc commit 2e370c9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

libs/providers/go-feature-flag/project.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,15 @@
7373
"glob": "README.md",
7474
"input": "./libs/providers/go-feature-flag",
7575
"output": "./"
76+
},
77+
{
78+
"glob": "**/*.wasm",
79+
"input": "./libs/providers/go-feature-flag/src/lib/wasm/wasm-module",
80+
"output": "./src/lib/wasm/wasm-module"
7681
}
7782
]
7883
}
7984
}
8085
},
8186
"tags": []
82-
}
87+
}

0 commit comments

Comments
 (0)