Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 9ef34334 authored by peter_rabbit's avatar peter_rabbit
Browse files

make update prod

parent 4e972995
No related branches found
No related tags found
No related merge requests found
......@@ -21,4 +21,7 @@ open:
firefox http://localhost/
push:
git add . && git commit -m "$(msg)" && git push origin HEAD
\ No newline at end of file
git add . && git commit -m "$(msg)" && git push origin HEAD
update-prod:
git checkout . && git pull origin master && npm run build && npm run style
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment