Skip to content

Commit

Permalink
devops: take setup out of dfe
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusvrs committed Aug 14, 2024
1 parent 75a51f5 commit e0b12a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ git clone https://github.com/mateusvrs/express-tpl.git
2. Install the dependencies and run the setup script:

```bash
npm install
npm install && npm run setup
```

3. Start the development server:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"tsc-alias:watch": "nodemon --watch 'tsconfig.json' --exec 'tsc-alias -w'",
"eslint:watch": "nodemon --watch 'src' --ext 'js,ts' --exec 'eslint src' --delay 500ms",
"dev:docker": "concurrently \"npm:eslint:watch\" \"npm:tsc:watch\" \"npm:tsc-alias:watch\" \"npm:start:watch\"",
"dev": "npm run setup && docker compose -f docker/docker-compose.yml up",
"dev": "docker compose -f docker/docker-compose.yml up",
"stop": "docker compose -f docker/docker-compose.yml down",
"stop:vls": "docker compose -f docker/docker-compose.yml down -v"
},
Expand Down

0 comments on commit e0b12a6

Please sign in to comment.