We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c0b242 commit fb6ad4cCopy full SHA for fb6ad4c
mithril-explorer/Makefile
@@ -10,10 +10,10 @@ build: package-lock.json
10
# Fix to allow refresh & direct linking to the navigation page on static hosting such as Github Pages
11
# this is because the nextJs router is only active for the home page at start.
12
# A 'cleaner' way to do that must exist.
13
- mkdir out/registrations
+ mkdir -p out/registrations
14
cp out/registrations.html out/registrations/index.html
15
cp out/registrations.txt out/registrations/index.txt
16
- mkdir out/registrations-in-out
+ mkdir -p out/registrations-in-out
17
cp out/registrations-in-out.html out/registrations-in-out/index.html
18
cp out/registrations-in-out.txt out/registrations-in-out/index.txt
19
0 commit comments