From 6e0fd0d18294579b5ead100965392fd6012a2c27 Mon Sep 17 00:00:00 2001 From: Michael Peters Date: Sun, 2 Jan 2022 11:36:52 -0600 Subject: [PATCH] fix makefile --- makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/makefile b/makefile index a682419..e26d100 100644 --- a/makefile +++ b/makefile @@ -22,6 +22,8 @@ test: node ./node_modules/ts-jest/cli.js move: + mkdir -p ./dist/client/webapp/font + mkdir -p ./dist/client/webapp/img cp -r ./src/client/webapp/font/* ./dist/client/webapp/font cp -r ./src/client/webapp/img/* ./dist/client/webapp/img cp ./src/client/webapp/index.html ./dist/client/webapp/index.html