9 lines
304 B
JSON
9 lines
304 B
JSON
{
|
|
"name": "app",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"build:production": "cd ./frontend && yarn install --frozen-lockfile && yarn run build && rm -rf ./node_modules && cd ../backend && yarn install --frozen-lockfile",
|
|
"start:production": "cd ./backend && NODE_ENV=production yarn start"
|
|
}
|
|
}
|