Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

chore: fix tests on Windows #306

Merged
merged 4 commits into from
Aug 14, 2023
Merged
Show file tree
Hide file tree
Changes from 2 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
@@ -1,2 +1,3 @@
shamefully-hoist=true
resolution-mode=highest
shell-emulator=true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packageManager": "pnpm@8.6.12",
"scripts": {
"build": "pnpm dev:prepare && pnpm run --filter=./packages/* -r build",
"stub": "pnpm run --filter=./packages/* -r stub",
"stub": "pnpm -r --filter \"./packages/**\" run stub",
danielroe marked this conversation as resolved.
Show resolved Hide resolved
"dev:prepare": "pnpm stub && pnpm nuxi prepare playground",
"dev": "pnpm run build && pnpm -C playground test:unit",
"lint": "pnpm lint:all:eslint && pnpm lint:all:prettier",
Expand Down
Loading