which-electron/Makefile

9 lines
141 B
Makefile
Raw Normal View History

2022-03-05 08:45:54 +00:00
all:
npm update
php _scripts/gen_versions.php
2022-03-11 05:43:01 +00:00
git commit -am "Updates $(date)"
2022-03-05 08:45:54 +00:00
npm version patch
git push
git push --tags
npm publish