Readd alias package.json
This commit is contained in:
parent
e6216009ee
commit
73a9beaf5e
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"description": "A convenience package for calling the real package.json in ./frontend",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "cd frontend && npm start",
|
||||
"serve": "cd frontend && npm start"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue