mirror of
https://github.com/stonith404/pingvin-share.git
synced 2025-01-15 01:14:27 -05:00
7 lines
207 B
JSON
7 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"
|
|
}
|
|
}
|