1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-07-01 23:20:13 +02:00
pingvin-share/package.json
2022-10-09 22:30:32 +02:00

8 lines
207 B
JSON

{
"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"
}
}