8 lines
193 B
JSON
8 lines
193 B
JSON
{
|
|
"name": "app",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"build:production": "cd ./frontend && yarn install && yarn run build",
|
|
"start:production": "cd ./frontend && npm run start"
|
|
}
|
|
} |