Skip to content

Commit 8b8f32b

Browse files
committed
Update build cmd in root package.json
1 parent 25d22da commit 8b8f32b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@
44
"workspaces": [
55
"danfojs-node/**",
66
"danfojs-browser/**"
7-
]
7+
],
8+
"scripts": {
9+
"build": "cd danfojs-node && yarn build && cd ../danfojs-browser && yarn bundle"
10+
}
811
}

0 commit comments

Comments
 (0)