Skip to content

Commit 83a827f

Browse files
author
Ahmad Awais
committed
📦 NEW: Lerna Script
1 parent d14734d commit 83a827f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
"beforepublish": "lerna bootstrap",
3636
"publish":
3737
"bash tasks/publish.sh && echo 'Now update dependency packages.'",
38-
"publishNPM": "bash tasks/publish.sh --npm-client=npm"
38+
"publishNPM": "bash tasks/publish.sh --npm-client=npm",
39+
"lerna":
40+
"lerna updated && lerna bootstrap && lerna publish --independent --npm-client=npm"
3941
}
4042
}

0 commit comments

Comments
 (0)