Skip to content
This repository was archived by the owner on Jul 13, 2024. It is now read-only.

Commit 3cfab5f

Browse files
committed
Fix build script to run in all packages
1 parent 5299f8d commit 3cfab5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"scripts": {
2424
"lerna": "lerna",
25-
"build": "lerna run build --scope @gitgraph/{core,react,js,node} --stream",
25+
"build": "lerna run build --scope=@gitgraph/{core,react,js,node} --stream",
2626
"watch": "lerna run watch --stream",
2727
"storybook": "lerna run storybook --stream",
2828
"develop": "concurrently npm:watch npm:storybook",

0 commit comments

Comments
 (0)