Skip to content
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shell-emulator=true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's put it in the pnpm-workspace.yaml

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
"typecheck": "tsc",
"release": "bumpp",
"test": "vitest",
"test:debug:glob": "DEBUG=unplugin-vue-components:glob vitest -t sort",
"test:update": "vitest -u"
},
"peerDependencies": {
Expand All @@ -103,7 +104,7 @@
"local-pkg": "^1.1.2",
"magic-string": "^0.30.19",
"mlly": "^1.8.0",
"tinyglobby": "^0.2.15",
"tinyglobby": "https://pkg.pr.new/tinyglobby@bc64566",
"unplugin": "^2.3.10",
"unplugin-utils": "^0.3.0"
},
Expand Down
Loading
Loading