add build cli script to root package.json

This commit is contained in:
2023-11-25 16:42:37 -06:00
parent 2f9bb0f4c1
commit 4152ec620b
+2 -1
View File
@@ -4,7 +4,8 @@
"description": "collection of things related to All American Scoreboards 8000",
"main": "index.js",
"scripts": {
"start": "npm run start --workspace packages/cli"
"start": "npm run start --workspace packages/cli",
"build:cli": "npm run build --workspace packages/cli"
},
"keywords": [],
"author": "",