Skip to content

Commit 5fd3ae2

Browse files
epetrowJuveniel
authored andcommitted
chore: list workspaces by name
1 parent cf232c7 commit 5fd3ae2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

package.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,15 @@
33
"version": "0.0.0",
44
"private": true,
55
"workspaces": [
6-
"./packages/*"
6+
"./packages/html",
7+
"./packages/core",
8+
"./packages/default",
9+
"./packages/bootstrap",
10+
"./packages/classic",
11+
"./packages/material",
12+
"./packages/fluent",
13+
"./packages/nouvelle",
14+
"./packages/utils"
715
],
816
"devDependencies": {
917
"@commitlint/cli": "^19.0.3",

0 commit comments

Comments
 (0)