Skip to content

Commit 3931995

Browse files
committed
temporarily run in sequence to find bad script
1 parent 45d971c commit 3931995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"build": "tsup",
1515
"format": "prettier --write .",
1616
"format:check": "prettier --check .",
17-
"lint": "npm-run-all --continue-on-error --aggregate-output -s lint:*",
17+
"lint": "npm-run-all --continue-on-error -s lint:*",
1818
"lint:docs": "markdownlint \"**/*.md\"",
1919
"lint:eslint-docs": "npm-run-all -s build \"update:eslint-docs -- --check\"",
2020
"lint:js": "eslint --cache --ignore-pattern \"**/*.md\" .",

0 commit comments

Comments
 (0)