Add npm start script alias for npm run serve

This commit is contained in:
Keavon Chambers
2022-01-12 06:14:32 -08:00
parent e101d4524d
commit c255c7eac6
3 changed files with 7 additions and 0 deletions

View File

@@ -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",