Skip to content

Commit 8fe5c47

Browse files
committed
fix build by adding wasi-cli as a dependency temporarily
Signed-off-by: karthik2804 <[email protected]>
1 parent d8bc15c commit 8fe5c47

File tree

3 files changed

+3898
-2
lines changed

3 files changed

+3898
-2
lines changed

packages/build-tools/package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,14 @@
3636
"lib",
3737
"bin",
3838
"plugins"
39-
]
39+
],
40+
"config": {
41+
"witDeps": [
42+
{
43+
"witPath": "./wit",
44+
"package": "spinframework:[email protected]",
45+
"world": "wasi-cli"
46+
}
47+
]
48+
}
4049
}

0 commit comments

Comments
 (0)