This commit is contained in:
@ -13,7 +13,6 @@
|
||||
"build": "npm run build:backend && npm run build:frontend",
|
||||
"build:backend": "npm run build -w backend",
|
||||
"build:frontend": "npm run build -w frontend",
|
||||
"lint": "npm run lint -w backend && npm run lint -w frontend",
|
||||
"db:up": "docker-compose up -d postgres",
|
||||
"db:down": "docker-compose down"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user