Skip to content

Commit

Permalink
Merge branch 'feat-reactwebgl-cli'
Browse files Browse the repository at this point in the history
  • Loading branch information
henry committed Sep 30, 2024
2 parents ce1e8c9 + 08ef131 commit f30fd60
Show file tree
Hide file tree
Showing 87 changed files with 8,684 additions and 70 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"build:tg-mini-app": "turbo tg-mini-app#build --filter=tg-mini-app --filter=@xterio-sdk/auth",
"build:auth": "tsx sh/build.ts auth",
"build:wallet": "tsx sh/build.ts wallet",
"build:react-webgl-cli": "turbo build --filter=xterio-react-webgl-cli",
"dev:auth": "cd xterio-auth && npm run dev",
"dev:wallet": "cd xterio-wallet && npm run dev",
"dev:tg-mini-app": "turbo watch dev-watch --filter=tg-mini-app --filter=@xterio-sdk/auth",
Expand All @@ -25,6 +26,7 @@
"example:wallet": "cd examples/example-wallet-react && npm run dev",
"publish:auth": "tsx sh/publish.ts auth",
"publish:wallet": "tsx sh/publish.ts wallet",
"publish:react-webgl-cli": "tsx sh/publish.ts react-webgl-cli",
"deploy": "tsx sh/deploy.ts"
},
"keywords": [],
Expand Down
Loading

0 comments on commit f30fd60

Please sign in to comment.