Skip to content

Commit 9c1d559

Browse files
committed
chore: add build command
1 parent 32a1785 commit 9c1d559

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
},
1313
"scripts": {
1414
"typecheck": "pnpm run -r --parallel typecheck",
15+
"build": "pnpm run -r build",
1516
"lint": "eslint .",
1617
"checks": "pnpm lint && pnpm typecheck"
1718
},

0 commit comments

Comments
 (0)