Skip to content

Commit 7821a89

Browse files
committed
fix
1 parent afea6ed commit 7821a89

File tree

1 file changed

+1
-1
lines changed
  • packages/tailwindcss-language-server/src/testing

1 file changed

+1
-1
lines changed

packages/tailwindcss-language-server/src/testing/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ async function installDependencies(base: string, storage: Storage) {
8181
if (!filepath.endsWith('package.json')) continue
8282

8383
let pkgDir = path.dirname(filepath)
84-
let basePath = path.resolve(pkgDir, base)
84+
let basePath = path.resolve(base, pkgDir)
8585

8686
await installDependenciesIn(basePath)
8787
}

0 commit comments

Comments
 (0)