Skip to content

Commit 69e206c

Browse files
committed
build: add workspaces for overseer to work
1 parent 6dc4c68 commit 69e206c

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

package.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,21 @@
7373
"volta": {
7474
"node": "24.12.0",
7575
"pnpm": "10.28.0"
76-
}
76+
},
77+
"workspaces": [
78+
"apps/docs",
79+
"apps/next-playground",
80+
"apps/vite-playground",
81+
"packages/@types__sassdoc",
82+
"packages/code",
83+
"packages/codemod",
84+
"packages/core",
85+
"packages/docs-generator",
86+
"packages/eslint-config",
87+
"packages/material-icons",
88+
"packages/react-md",
89+
"packages/sassdoc-generator",
90+
"packages/stylelint-config",
91+
"packages/vite-material-symbols-plugin"
92+
]
7793
}

0 commit comments

Comments
 (0)