2022-04-25 15:15:17 +02:00
|
|
|
{
|
|
|
|
"name": "pingvin-share",
|
2022-12-08 23:22:59 +01:00
|
|
|
"version": "0.3.3",
|
2022-04-25 15:15:17 +02:00
|
|
|
"scripts": {
|
2022-10-09 22:30:32 +02:00
|
|
|
"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",
|
2022-10-18 09:12:11 +02:00
|
|
|
"version": "conventional-changelog -p conventionalcommits -i CHANGELOG.md -s && git add CHANGELOG.md",
|
2022-10-17 23:05:39 +02:00
|
|
|
"release:patch": "npm version patch -m 'release: %s' && git push && git push --tags",
|
2022-10-31 10:28:46 +01:00
|
|
|
"release:minor": "npm version minor -m 'release: %s' && git push && git push --tags",
|
|
|
|
"deploy:dev": "docker buildx build --push --tag stonith404/pingvin-share:development --platform linux/amd64,linux/arm64 ."
|
2022-04-25 15:15:17 +02:00
|
|
|
}
|
|
|
|
}
|