diff --git a/scripts/prepare.sh b/scripts/prepare.sh index d61780aa..f4b0ace5 100755 --- a/scripts/prepare.sh +++ b/scripts/prepare.sh @@ -6,4 +6,5 @@ echo "$INIT_CWD" if [ "$(pwd)" != "$INIT_CWD" ]; then npx tsc --outDir . npx babel src --extensions ".ts,.tsx" --out-dir . + cp -r src/assets . fi