Skip to content

Commit

Permalink
Move assets on build and/or debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Jul 10, 2023
1 parent 43dcf20 commit fd26fdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/build-sketch.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@echo off
cls
cd ../src/app/Talk2VoxHAUT-Sketch
npm run move-assets
npm run build
pause
1 change: 1 addition & 0 deletions build/debug-sketch.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@echo off
cls
cd ../src/app/Talk2VoxHAUT-Sketch
npm run move-assets
npm run dev
pause

0 comments on commit fd26fdb

Please sign in to comment.