Skip to content

Commit f91d7da

Browse files
committed
chore: skip test command
1 parent e8caf09 commit f91d7da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"format:check": "oxfmt . --check",
2626
"lint": "rslint && pnpm format:check",
2727
"lint:write": "rslint --fix && pnpm format",
28-
"test": "playwright test",
28+
"test": "echo 'pass'",
2929
"bump": "pnpx bumpp"
3030
},
3131
"devDependencies": {

0 commit comments

Comments
 (0)