Skip to content

Commit

Permalink
Build with docker node
Browse files Browse the repository at this point in the history
  • Loading branch information
vcastellm committed Feb 11, 2024
1 parent fccc1fb commit f7eaff0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,12 @@ clean:

.PHONY: docs apidoc test ui updatetestcert
docs:
#scripts/run doc --dir website/docs/cli
cd website; bun run build --out-dir ../public
# scripts/run doc --dir website/docs/cli

# Build with docker while bun reach compatibility with docusaurs
# cd website; bun run yarn build --out-dir ../public
docker run -v `pwd`:/app --workdir /app/website node yarn build --out-dir ../public

ghp-import -p public

test:
Expand Down
Binary file added website/bun.lockb
Binary file not shown.

0 comments on commit f7eaff0

Please sign in to comment.