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

Commit

Permalink
chore: fix tests on Windows (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin authored Aug 14, 2023
1 parent 28d66d1 commit 8253204
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"private": true,
"packageManager": "pnpm@8.6.12",
"scripts": {
"build": "pnpm dev:prepare && pnpm run --filter=./packages/* -r build",
"stub": "pnpm run --filter=./packages/* -r stub",
"build": "pnpm dev:prepare && pnpm -r --filter \"./packages/**\" run build",
"stub": "pnpm -r --filter \"./packages/**\" run stub",
"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

0 comments on commit 8253204

Please sign in to comment.