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

Fix broken build

This commit is contained in:
Kamran Ahmed
2019-11-21 18:22:57 +04:00
parent 0e751fa8c8
commit 1852ff7352
2 changed files with 1 additions and 6 deletions

View File

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

View File

@@ -3390,11 +3390,6 @@ domutils@^1.7.0:
dom-serializer "0"
domelementtype "1"
dotenv@^8.2.0:
version "8.2.0"
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a"
integrity sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==
duplexify@^3.4.2, duplexify@^3.6.0:
version "3.7.1"
resolved "https://registry.yarnpkg.com/duplexify/-/duplexify-3.7.1.tgz#2a4df5317f6ccfd91f86d6fd25d8d8a103b88309"