Skip to content

Commit 23668ce

Browse files
committed
add global lint and build task
1 parent 95f775e commit 23668ce

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,9 @@
55
"web",
66
"backend",
77
"mclib"
8-
]
9-
}
8+
],
9+
"scripts": {
10+
"lint": "set -xe; (cd web && bun run lint) && (cd mclib && bun run lint)",
11+
"build": "(cd mclib && bun run build) && (cd cli && bun run build) && (cd web && bun run build) && (cd backend && bun run build)"
12+
}
13+
}

0 commit comments

Comments
 (0)