Skip to content

Commit

Permalink
rm @effectai/sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
djmbritt committed May 14, 2024
1 parent 5da76f8 commit a013286
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
"build": "vocs build --searchIndex false && vocs search-index",
"preview": "vocs preview"
},
"dependencies": {
"@effectai/sdk": "link:@effectai/sdk"
},
"dependencies": {},
"devDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"changeset": "changeset",
"changeset:public": "bun scripts/updateVersion.ts && bun build && changeset publish",
"changeset:version": "changeset version && bun install --frozen-lockfile && bun scripts/updateVersion.ts",
"docs:dev": "cd src/ && bun link && cd ../docs && bun run dev",
"docs:dev": "cd src/ && bun link && cd ../docs && bun link @effectai/sdk && bun run dev",
"docs:build": "cd docs && bun run build",
"docs:preview": "cd docs && bun run preview"
},
Expand Down

0 comments on commit a013286

Please sign in to comment.