Skip to content

Commit

Permalink
fix: fixes bootstrap script
Browse files Browse the repository at this point in the history
  • Loading branch information
ghoshnirmalya committed Jul 22, 2021
1 parent feea6c3 commit 4c6c7b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -18,7 +18,7 @@ services:

db:
container_name: nhb-db
image: postgres
image: postgres:13.0-alpine
ports:
- "5432:5432"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion frontend/.env.example
Expand Up @@ -4,7 +4,7 @@ NEXT_PUBLIC_API_URL=http://localhost:8080/v1/graphql
NEXT_PUBLIC_WS_URL=ws://localhost:8080/v1/graphql
DATABASE_USERNAME=user
DATABASE_PASSWORD=password
DATABASE_HOST=localhost
DATABASE_HOST=db
DATABASE_NAME=database
NEXTAUTH_URL=http://localhost:3000
GOOGLE_CLIENT_ID=""
Expand Down
4 changes: 1 addition & 3 deletions package.json
Expand Up @@ -4,10 +4,8 @@
"license": "MIT",
"author": "Nirmalya Ghosh <nirmalya.email@gmail.com>",
"scripts": {
"backend:dev": "cd backend && docker-compose up -d",
"bootstrap": "node scripts/generate-keys.ts && yarn install && cd frontend && yarn install",
"dev": "npm run backend:dev && npm run frontend:dev",
"frontend:dev": "cd frontend && yarn dev",
"dev": "docker-compose up -d",
"release": "release-it"
},
"devDependencies": {
Expand Down

1 comment on commit 4c6c7b1

@vercel
Copy link

@vercel vercel bot commented on 4c6c7b1 Jul 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.