Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
Move dev utilities to Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricklamers committed Dec 18, 2023
1 parent e63736c commit d31f0a1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 23 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,13 @@ publish-openassistants-fastapi:
publish-openassistants-ui:
@echo "Publishing openassistants-ui to npm..."
@cd packages/openassistants-ui && npm publish

refresh-poetry:
@echo "Refreshing Poetry environment..."
@cd examples/fast-api-server && poetry install

run:
@echo "Running services in background..."
@(cd examples/fast-api-server && poetry run ./run.sh) &
@(cd examples/next && yarn dev) &
@while :; do sleep 1; done
6 changes: 0 additions & 6 deletions scripts/refresh-poetry.sh

This file was deleted.

17 changes: 0 additions & 17 deletions scripts/run.sh

This file was deleted.

0 comments on commit d31f0a1

Please sign in to comment.