Skip to content

Commit 1f74ab4

Browse files
committed
chore: fix breaking script
1 parent 0845080 commit 1f74ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packageManager": "yarn@4.5.0",
44
"type": "module",
55
"scripts": {
6-
"build": "unbuild > output.log 2>&1 || true",
6+
"build": "unbuild 2>/dev/null",
77
"test": "vitest",
88
"format": "prettier . --write",
99
"lint": "eslint --ext .js,.jsx,.mjs,.ts,.tsx -c .eslintrc.cjs --fix .",

0 commit comments

Comments
 (0)