Skip to content

Commit fb6ad4c

Browse files
committed
fix(explorer): failing 'make build' command
1 parent 8c0b242 commit fb6ad4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mithril-explorer/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ build: package-lock.json
1010
# Fix to allow refresh & direct linking to the navigation page on static hosting such as Github Pages
1111
# this is because the nextJs router is only active for the home page at start.
1212
# A 'cleaner' way to do that must exist.
13-
mkdir out/registrations
13+
mkdir -p out/registrations
1414
cp out/registrations.html out/registrations/index.html
1515
cp out/registrations.txt out/registrations/index.txt
16-
mkdir out/registrations-in-out
16+
mkdir -p out/registrations-in-out
1717
cp out/registrations-in-out.html out/registrations-in-out/index.html
1818
cp out/registrations-in-out.txt out/registrations-in-out/index.txt
1919

0 commit comments

Comments
 (0)