Kargi-Sitesi/node_modules/fontawesome/Makefile

8 lines
181 B
Makefile
Raw Normal View History

2024-11-03 21:30:09 -05:00
deploy:
node generate.js
git add -A
git commit -m "Update to FontAwesome Pro v$(head -n 1 index.js | grep -oP 'FontAwesome Pro v\K\S+')"
git push -u origin master
npm publish