mirror of
https://github.com/jwetzell/aas-js.git
synced 2026-08-13 08:33:37 +00:00
add build cli script to root package.json
This commit is contained in:
+2
-1
@@ -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": "",
|
||||
|
||||
Reference in New Issue
Block a user