5 lines
64 B
Makefile
5 lines
64 B
Makefile
|
deploy:
|
||
|
rm -rf docs/
|
||
|
npm run build
|
||
|
mv -T build docs
|