Skip to content

Commit

Permalink
chore: update local debug script entry (#8482)
Browse files Browse the repository at this point in the history
  • Loading branch information
doodlewind authored Sep 28, 2024
1 parent f472444 commit 437be9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/presets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"scripts": {
"build": "tsc",
"test:unit": "nx vite:test --browser.headless --run",
"test:debug": "nx vite:test"
"test:debug": "PWDEBUG=1 npx vitest"
},
"sideEffects": false,
"keywords": [],
Expand Down

0 comments on commit 437be9c

Please sign in to comment.