1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-02-23 11:05:52 +01:00

10 lines
113 B
Bash
Raw Normal View History

2021-09-05 16:12:54 +02:00
#!/usr/bin/env bash
2022-09-27 21:10:46 +04:00
set -e
2021-09-05 20:06:41 +02:00
rm -rf out
2021-09-05 17:26:54 +02:00
next build
next export
2021-09-05 16:12:54 +02:00
echo 'roadmap.sh' > out/CNAME
touch out/.nojekyll