mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-12-23 10:11:54 +00:00
11 lines
352 B
JSON
11 lines
352 B
JSON
{
|
|
"description": "A convenience package for calling the real package.json in ./frontend",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "cd frontend && npm run serve",
|
|
"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"
|
|
}
|
|
}
|