Skip to content

Commit a4e8969

Browse files
committed
feat(web-host): ad preparVirtualFs on prebuild
1 parent 6d7a1b6 commit a4e8969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web-host/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"predev:debug": "npm run wit-types && just build-plugins && just build-repl-logic-guest && npm run prepareWasmFiles:debug && npm run wasm:transpile",
1010
"dev": "vite --host",
1111
"dev:debug": "vite --host",
12-
"prebuild": "npm run wit-types && just build-plugins-release && just build-repl-logic-guest-release && npm run prepareWasmFiles:release && npm run wasm:transpile",
12+
"prebuild": "npm run wit-types && just build-plugins-release && just build-repl-logic-guest-release && npm run prepareWasmFiles:release && npm run wasm:transpile && npm run prepareVirtualFs",
1313
"build": "tsc -b && vite build",
1414
"preview": "vite preview --host",
1515
"lint": "biome check .",

0 commit comments

Comments
 (0)