Skip to content

Commit

Permalink
chore(website): use the local package (#2331)
Browse files Browse the repository at this point in the history
  • Loading branch information
millotp authored Nov 4, 2024
1 parent e52c8f3 commit d5770a8
Show file tree
Hide file tree
Showing 4 changed files with 6,826 additions and 10,125 deletions.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"private": true,
"workspaces": {
"packages": [
"packages/docsearch-css",
"packages/docsearch-js",
"packages/docsearch-react",
"packages/*",
"examples/*"
],
"nohoist": [
Expand Down Expand Up @@ -36,9 +34,9 @@
"test:types": "tsc --noEmit",
"test": "jest",
"watch": "lerna run watch --parallel --scope @docsearch/*",
"website:build": "cd packages/website && yarn install && yarn build",
"website:start": "cd packages/website && yarn install && yarn start --host 0.0.0.0",
"website:test": "cd packages/website && yarn install && yarn start --no-open"
"website:build": "yarn workspace @docsearch/website build",
"website:start": "yarn workspace @docsearch/website start --host 0.0.0.0",
"website:test": "yarn workspace @docsearch/website start --no-open"
},
"devDependencies": {
"@babel/plugin-transform-react-jsx": "7.23.4",
Expand Down
6 changes: 1 addition & 5 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@algolia/ui-library": "4.0.0-beta.71",
"@docsearch/react": "3.6.2",
"@docsearch/react": "3.6.3",
"@docusaurus/core": "3.5.2",
"@docusaurus/preset-classic": "3.5.2",
"@mdx-js/react": "^3.1.0",
Expand Down Expand Up @@ -48,9 +48,5 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"resolutions": {
"@docsearch/react": "link:../docsearch-react",
"@docsearch/css": "link:../docsearch-css"
}
}
Loading

0 comments on commit d5770a8

Please sign in to comment.