Skip to content

Commit

Permalink
Remove some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
deeheber committed Sep 17, 2024
1 parent 9c3e02c commit 8782cb9
Show file tree
Hide file tree
Showing 6 changed files with 4,347 additions and 6,260 deletions.
2 changes: 0 additions & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
.husky
.vscode
node_modules
public
dist
.yarn
4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ All commands are run from the root of the project, from a terminal:
| `npm run format:check` | Check code format with Prettier |
| `npm run format` | Format codes with Prettier |
| `npm run sync` | Generates TypeScript types for all Astro modules. [Learn more](https://docs.astro.build/en/reference/cli-reference/#astro-sync). |
| `npm run cz` | Commit code changes with commitizen |
| `npm run lint` | Lint with ESLint |
| `npm run lint:check` | Check code linting with ESLint |
| `docker compose up -d` | Run on docker, You can access with the same hostname and port informed on `dev` command. |
| `docker compose run app npm install` | You can run any command above into the docker container. |

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
app:
image: node:18
image: node:20
ports:
- 4321:4321
working_dir: /app
Expand Down
Loading

0 comments on commit 8782cb9

Please sign in to comment.