Skip to content

Commit

Permalink
fix: add assets to distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber committed Oct 24, 2023
1 parent 8d33df0 commit 949a51c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 949a51c

Please sign in to comment.