1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-25 16:39:02 +02:00
Files
developer-roadmap/scripts/build.sh
2022-09-27 21:10:46 +04:00

10 lines
113 B
Bash
Executable File

#!/usr/bin/env bash
set -e
rm -rf out
next build
next export
echo 'roadmap.sh' > out/CNAME
touch out/.nojekyll