fix makefile
This commit is contained in:
parent
6c419440d5
commit
6e0fd0d182
2
makefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user