Skip to content

Commit

Permalink
add missing line
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed Nov 22, 2024
1 parent d86d42b commit 6a25aa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion argilla-server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,6 @@ server-dev.composite = [
"server",
]
test = { cmd = "pytest", env_file = ".env.test" }

build-frontend = { shell = "cd ../argilla-frontend && npm install && BASE_URL=@@baseUrl@@ DIST_FOLDER=../argilla-server/src/argilla_server/static npm run build" }
docker-build-argilla-server = { shell = "pdm build && cp -R dist docker/server && docker build -t argilla/argilla-server:local docker/server" }
docker-build-argilla-hf-spaces = { shell = "pdm run docker-build-argilla-server && docker build --build-arg ARGILLA_VERSION=local -t argilla/argilla-hf-spaces:local docker/argilla-hf-spaces" }
1 change: 1 addition & 0 deletions argilla/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ These are the section headers that we use:

- Added support to remove/override datasets settings. ([#5584](https://github.com/argilla-io/argilla/pull/5584))
- Added support to update question attribures. ([#5680](https://github.com/argilla-io/argilla/pull/5680))
- Added support to webhook listeners. ([#5502](https://github.com/argilla-io/argilla/pull/5502))

## [2.4.0](https://github.com/argilla-io/argilla/compare/v2.3.0...v2.4.0)

Expand Down

0 comments on commit 6a25aa2

Please sign in to comment.