Skip to content

Commit

Permalink
fix: netlify.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeferson-sb committed Jan 15, 2025
1 parent e6425d0 commit b86026a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $ npm install
### Usage

```bash
$ npm run start
$ npm run dev
```

### Tests
Expand All @@ -46,8 +46,8 @@ $ npm run test
### Linting

```bash
$ npm run lint:js
$ npm run lint:css
$ npm run lint
$ npm run format
```

### How to Train your own model
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build]
command = "npm run build"
publish = "build"
publish = "dist"
base = "/"

[[redirects]]
Expand Down

0 comments on commit b86026a

Please sign in to comment.