Skip to content

Commit 48ee45f

Browse files
authored
Add prebuild script to package.json
1 parent fb5fd7a commit 48ee45f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/cli/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"dev": "tsx src/meross.ts",
88
"test": "tsx --test",
99
"build": "tsc",
10-
"prepublishOnly": "npm run build"
10+
"prepublishOnly": "npm run build",
11+
"prebuild": "npm run build --workspace=@meross/lib"
1112
},
1213
"bin": {
1314
"meross": "dist/meross.js"

0 commit comments

Comments
 (0)