Skip to content

Commit

Permalink
refactor(ui): Change table to bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
pando85 committed Jan 29, 2024
1 parent 524f0db commit 93725b6
Show file tree
Hide file tree
Showing 7 changed files with 10,449 additions and 16,175 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ build-%:
@echo "Building dist/transcoder-$*"
@if [ "$*" = "server" ]; then \
cd server/web/ui && \
npm install --production && \
npm install && \
npm run build || exit 1; \
cd -; \
fi
Expand Down
Loading

0 comments on commit 93725b6

Please sign in to comment.