diff --git a/package.json b/package.json index eb89994..2fe6b53 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "app", "version": "0.0.0", -"scripts": { + "scripts": { "build:production": "cd ./frontend && yarn install && yarn run build && rm -rf ./node_modules && cd ../backend && yarn install", "start:production": "cd ./backend && NODE_ENV=production yarn start" - } - + }, + "dependencies": {} }