Skip to content

Commit

Permalink
fix: pnpm handles argument passing
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianrothe committed Jun 14, 2024
1 parent e6679d0 commit 0b2dd99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "rollup -c -w",
"start": "sirv public --no-clear",
"test": "jest src --no-cache --coverage",
"test:watch": "pnpm run test -- --watch"
"test:watch": "pnpm run test --watch"
},
"devDependencies": {
"@babel/preset-env": "^7.22.9",
Expand Down

0 comments on commit 0b2dd99

Please sign in to comment.