diff --git a/build/build-sketch.bat b/build/build-sketch.bat index 07d5c58..8244bc2 100644 --- a/build/build-sketch.bat +++ b/build/build-sketch.bat @@ -1,5 +1,6 @@ @echo off cls cd ../src/app/Talk2VoxHAUT-Sketch +npm run move-assets npm run build pause \ No newline at end of file diff --git a/build/debug-sketch.bat b/build/debug-sketch.bat index f72a4fe..2efe0d2 100644 --- a/build/debug-sketch.bat +++ b/build/debug-sketch.bat @@ -1,5 +1,6 @@ @echo off cls cd ../src/app/Talk2VoxHAUT-Sketch +npm run move-assets npm run dev pause \ No newline at end of file