Skip to content

Commit ae2cb6d

Browse files
committed
Make new 'in/out registrations' page browsable in production build
Using the same hack has the registration page
1 parent 66ac577 commit ae2cb6d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mithril-explorer/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ build: package-lock.json
1313
mkdir 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
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
1619

1720
serve: build
1821
if [ -d "explorer/" ]; then rm -rf explorer/; fi

0 commit comments

Comments
 (0)