We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3d1fa1 commit 0845080Copy full SHA for 0845080
package.json
@@ -3,7 +3,7 @@
3
"packageManager": "yarn@4.5.0",
4
"type": "module",
5
"scripts": {
6
- "build": "unbuild || true",
+ "build": "unbuild > output.log 2>&1 || true",
7
"test": "vitest",
8
"format": "prettier . --write",
9
"lint": "eslint --ext .js,.jsx,.mjs,.ts,.tsx -c .eslintrc.cjs --fix .",
0 commit comments