mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
Add npm start script alias for npm run serve
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user