Skip to content

Commit

Permalink
Update sync_dev_files
Browse files Browse the repository at this point in the history
  • Loading branch information
eunjuhuss committed Oct 13, 2023
1 parent 8639802 commit 4f01269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ prettier:

sync_dev_files:
test -n '$(DEV)' || exit 1
fswatch -o build/ | while read n; do rsync -a --delete build/ eduid@eduid-developer-${DEV}.sunet.se:/opt/eduid/src/eduid-front/build/; done
fswatch -o build/ | while read n; do rsync -av --delete build/ eduid@eduid-developer-${DEV}-1.sunet.se:/opt/eduid/src/eduid-front/build/; done

translation:
npm run translations:extract
Expand Down

0 comments on commit 4f01269

Please sign in to comment.