Commit 6bcc4775 authored by Mickaël Desfrênes's avatar Mickaël Desfrênes
Browse files

add Makefile

parent 07349f47
Loading
Loading
Loading
Loading

jama-frontend/Makefile

0 → 100644
+9 −0
Original line number Diff line number Diff line
default:
	yarn build

serve:
	yarn serve

deploy-preprod: default
	rsync -Haurov ../mediatheque/static/dist/ jama@jama-pp.certic.unicaen.fr:/home/jama/jama/static/dist/
	scp webpack-stats.json jama@jama-pp.certic.unicaen.fr:/home/jama/jama/jama-frontend/webpack-stats.json
 No newline at end of file