Skip to content

Commit

Permalink
fix(agent-explore): rename folder to agent-explore (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis authored Sep 26, 2023
1 parent 3cdb23a commit 721ad13
Show file tree
Hide file tree
Showing 109 changed files with 117 additions and 122 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:
- run: pnpm add -g pnpm

- run: pnpm install
- run: pnpm run -r --filter "agent-explorer^..." build # only the dependencies of agent-explorer
- run: pnpm run -r --filter "agent-explore^..." build # only the dependencies of agent-explore

- name: Build Electron app
uses: paneron/action-electron-builder@v1.8.1
with:
github_token: ${{ secrets.GH_TOKEN }}
package_root: "./packages/agent-explorer"
package_root: "./packages/agent-explore"
build_script_name: build-electron
package_manager: pnpm
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- run: pnpm add -g pnpm

- run: pnpm install
- run: pnpm run -r --filter "agent-explorer^..." build # only the dependencies of agent-explorer
- run: pnpm run -r --filter "agent-explore^..." build # only the dependencies of agent-explore

- name: Build/release Electron app
uses: paneron/action-electron-builder@v1.8.1
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build]
base = "./"
publish = "packages/agent-explorer/build/"
publish = "packages/agent-explore/build/"

[[redirects]]
from = "/*"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "agent-explorer",
"name": "agent-explore",
"description": "Explore data across multiple DID agents",
"homepage": "https://explore.veramo.dev",
"repository": {
"type": "git",
"url": "https://github.com/veramolabs/agent-explorer.git",
"directory": "packages/agent-explorer"
"directory": "packages/agent-explore"
},
"author": "Simonas Karuzas <simonas.karuzas@mesh.xyz>",
"contributors": [
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
227 changes: 111 additions & 116 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 721ad13

Please sign in to comment.