portfolio/build.sh

7 lines
134 B
Bash
Raw Normal View History

2023-12-13 23:16:44 +00:00
#!/usr/bin/env bash
tsc
tailwindcss -i ./src/main.css -o ./dist/main.css
cp ./src/index.html ./dist/index.html
cp ./src/*.svg ./dist