Skip to content

Commit c8d43d3

Browse files
committed
Fix build script
1 parent f87a667 commit c8d43d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/copy-build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# TODO: do this with vite config or moving the folders
33
# instead of a script
44

5-
cp wasm/*.wasm dist/static
65
mkdir -p dist/static/schemas
6+
cp wasm/*.wasm dist/static
77
cp -R examples/schemas/* dist/static/schemas
8-
ls build/static/schemas > dist/static/schemas/_all
8+
ls dist/static/schemas > dist/static/schemas/_all

0 commit comments

Comments
 (0)