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