Skip to content

Commit 0845080

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

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 || true",
6+
"build": "unbuild > output.log 2>&1 || true",
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)