Skip to content

Commit

Permalink
Go back to helia as a package
Browse files Browse the repository at this point in the history
  • Loading branch information
islathehut committed Dec 31, 2024
1 parent 64d010c commit e38a5c1
Show file tree
Hide file tree
Showing 25 changed files with 17,963 additions and 6,913 deletions.
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
[submodule "3rd-party/auth"]
path = 3rd-party/auth
url = https://github.com/TryQuiet/auth.git

[submodule "3rd-party/helia"]
path = 3rd-party/helia
url = https://github.com/TryQuiet/helia.git
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"prepare": "husky",
"lint-staged": "lerna run lint-staged",
"build:auth": "cd ./3rd-party/auth && pnpm install && pnpm build",
"build:helia": "cd ./3rd-party/helia && npm install && npm run build",
"bootstrap": "npm run build:auth && npm run build:helia && lerna bootstrap",
"bootstrap": "npm run build:auth && lerna bootstrap",
"watch": "lerna watch -- lerna run build --since"
},
"engines": {
Expand Down
Loading

0 comments on commit e38a5c1

Please sign in to comment.