Skip to content

Commit

Permalink
Fix/gha graph (#1165)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbeckers authored Nov 6, 2023
1 parent 859366a commit 462abfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"private": true,
"scripts": {
"build": "turbo run build --concurrency=100%",
"build:graph": "turbo run build --filter=@hypercerts-org/graph --",
"copy": "pnpm copy:frontend && pnpm copy:docs && pnpm copy:html",
"copy:docs": "mkdir -p ./build/docs/ && cp -r ./docs/build/* ./build/docs/",
"copy:frontend": "mkdir -p ./build/ && cp -r ./frontend/out/* ./build/ && cp ./frontend/_redirects ./build/",
Expand Down

0 comments on commit 462abfd

Please sign in to comment.