We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d22da commit 8b8f32bCopy full SHA for 8b8f32b
1 file changed
package.json
@@ -4,5 +4,8 @@
4
"workspaces": [
5
"danfojs-node/**",
6
"danfojs-browser/**"
7
- ]
+ ],
8
+ "scripts": {
9
+ "build": "cd danfojs-node && yarn build && cd ../danfojs-browser && yarn bundle"
10
+ }
11
}
0 commit comments