1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-06-30 06:30:11 +02:00
pingvin-share/package.json

12 lines
504 B
JSON
Raw Normal View History

2022-04-25 15:15:17 +02:00
{
"name": "pingvin-share",
2022-10-17 23:05:50 +02:00
"version": "0.0.1",
2022-04-25 15:15:17 +02:00
"scripts": {
"format": "cd frontend && npm run format && cd ../backend && npm run format",
2022-10-17 23:05:39 +02:00
"lint": "cd frontend && npm run lint && cd ../backend && npm run lint",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"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 15:15:17 +02:00
}
}