mirror of
https://github.com/stonith404/pingvin-share.git
synced 2024-11-04 23:10:13 +01:00
8 lines
207 B
JSON
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"
|
|
}
|
|
}
|