Skip to content

Commit 9da8c73

Browse files
authored
chore: fix verdaccio docs build (#9092)
* chore: fix verdaccio docs build * enable verdaccio build on branch * Revert "enable verdaccio build on branch" This reverts commit e6d0d1b.
1 parent e2a44bc commit 9da8c73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/dev/docs/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
4141
},
4242
"alias": {
43-
"tailwind-starter": "../../../starters/tailwind/src"
43+
"tailwind-starter": "../../../starters/tailwind/src",
44+
"vanilla-starter": "../../../starters/docs/src"
4445
}
4546
}

0 commit comments

Comments
 (0)