Graphite/package.json
2021-12-20 13:09:24 -08:00

10 lines
309 B
JSON

{
"description": "A convenience package for calling the real package.json in ./frontend",
"private": true,
"scripts": {
"serve": "cd frontend && npm run serve",
"build": "cd frontend && npm run build",
"lint": "cd frontend && npm run lint",
"lint-no-fix": "cd frontend && npm run lint-no-fix"
}
}