Skip to content

Commit

Permalink
update vscode settings + startup commands
Browse files Browse the repository at this point in the history
  • Loading branch information
moT01 committed Aug 12, 2021
1 parent b3b25eb commit 838be93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion coderoad.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ version: '0.0.1'
config:
setup:
commands:
- sudo cp ~/project/.freeCodeCamp/pg_hba.conf /etc/postgresql/12/main/pg_hba.conf
- sudo chown -R postgres:postgres /var/lib/postgresql/12/main
- sudo service postgresql stop
- cd .freeCodeCamp && npm install
- sudo cp ~/project/.freeCodeCamp/pg_hba.conf /etc/postgresql/12/main/pg_hba.conf
- sudo service postgresql start
- sudo -u postgres psql -c "CREATE USER freecodecamp WITH CREATEDB;"
testRunner:
Expand Down

0 comments on commit 838be93

Please sign in to comment.