Skip to content

Commit 2c44901

Browse files
fix(GOFF): ensure that wasm module is part of the package (#1422)
Signed-off-by: Thomas Poignant <[email protected]>
1 parent a198c98 commit 2c44901

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@
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
}

0 commit comments

Comments
 (0)