Skip to content

Commit

Permalink
fix(website): add workspace nohoist for Docusaurus (#989)
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber authored Nov 27, 2020
1 parent e24fa27 commit e667698
Show file tree
Hide file tree
Showing 2 changed files with 7,081 additions and 272 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"name": "@docsearch/monorepo",
"private": true,
"workspaces": [
"packages/*"
],
"workspaces": {
"packages": [
"packages/*"
],
"nohoist": [
"**/html-minifier-terser"
]
},
"scripts": {
"build:clean": "lerna run build:clean --scope @docsearch/*",
"build:esm": "lerna run build:esm --scope @docsearch/*",
Expand Down
Loading

0 comments on commit e667698

Please sign in to comment.