portfolio/build.sh

7 lines
130 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
2023-12-13 23:25:17 +00:00
cp ./img/* ./dist