fix makefile

This commit is contained in:
Michael Peters 2022-01-02 11:36:52 -06:00
parent 6c419440d5
commit 6e0fd0d182

View File

@ -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