We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74c182a commit 7a4c878Copy full SHA for 7a4c878
package.json
@@ -8,7 +8,7 @@
8
"email": "[email protected]"
9
},
10
"scripts": {
11
- "build": "pnpm run -r --parallel --filter \"!*docs\" --aggregate-output build",
+ "build": "pnpm run -r --filter \"!*docs\" --aggregate-output build",
12
"lint": "pnpm run -r --parallel --aggregate-output lint",
13
"format": "pnpm run -r --parallel --aggregate-output format",
14
"test": "pnpm run -r --parallel --aggregate-output test",
0 commit comments