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