Skip to content

Commit ba67688

Browse files
committed
fix: add missing scripts to root package.json
1 parent ab64976 commit ba67688

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,9 @@
22
"private": true,
33
"workspaces": [
44
"packages/*"
5-
]
5+
],
6+
"scripts": {
7+
"build": "npm run build --workspaces",
8+
"test": "npm run test --workspaces --if-present"
9+
}
610
}

0 commit comments

Comments
 (0)