1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-11-05 15:30:14 +01: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
}
}