1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-21 08:31:50 +02:00

Fix linting issues

This commit is contained in:
Kamran Ahmed
2021-09-05 16:12:54 +02:00
parent ba1b876e14
commit d5b091a5ed
10 changed files with 13536 additions and 681 deletions

6
scripts/build.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
NODE_ENV=prod next build
NODE_ENV=prod next export
echo 'roadmap.sh' > out/CNAME
touch out/.nojekyll