Fix linting issues
This commit is contained in:
6
scripts/build.sh
Executable file
6
scripts/build.sh
Executable 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
|
Reference in New Issue
Block a user