0
Fork 0
mirror of https://github.com/stonith404/pingvin-share.git synced 2025-01-15 01:14:27 -05:00
pingvin-share/package.json

12 lines
516 B
JSON
Raw Normal View History

2022-04-25 08:15:17 -05:00
{
"name": "pingvin-share",
2022-10-29 16:12:32 -05:00
"version": "0.1.0",
2022-04-25 08:15:17 -05:00
"scripts": {
"format": "cd frontend && npm run format && cd ../backend && npm run format",
2022-10-17 16:05:39 -05:00
"lint": "cd frontend && npm run lint && cd ../backend && npm run lint",
"version": "conventional-changelog -p conventionalcommits -i CHANGELOG.md -s && git add CHANGELOG.md",
2022-10-17 16:05:39 -05:00
"release:patch": "npm version patch -m 'release: %s' && git push && git push --tags",
"release:minor": "npm version minor -m 'release: %s' && git push && git push --tags"
2022-04-25 08:15:17 -05:00
}
}