which-electron/Makefile

9 lines
141 B
Makefile

all:
npm update
php _scripts/gen_versions.php
git commit -am "Updates $(date)"
npm version patch
git push
git push --tags
npm publish