Skip to content

Commit

Permalink
fix: use pnpm workspace to ensure the typings are installed
Browse files Browse the repository at this point in the history
Fixes the vite-plugin-vue issue while still not having to break the
language-tools test.
But this is only a temporary solution.
Because the failure in vite-plugin-vue tests indicates that the root
tsconfig and dependencies still somehow affects the workspace typings.
In the long run we need to refactor the folder structure to avoid any
possible interferences.
  • Loading branch information
haoqunjiang committed Dec 4, 2023
1 parent 6a56f2a commit 69be9b1
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 79 deletions.
132 changes: 75 additions & 57 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- typings
22 changes: 0 additions & 22 deletions typings/pnpm-lock.yaml

This file was deleted.

0 comments on commit 69be9b1

Please sign in to comment.