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

8 lines
207 B
JSON
Raw Normal View History

2022-04-25 15:15:17 +02:00
{
"name": "pingvin-share",
"scripts": {
"format": "cd frontend && npm run format && cd ../backend && npm run format",
"lint": "cd frontend && npm run lint && cd ../backend && npm run lint"
2022-04-25 15:15:17 +02:00
}
}