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 b4f4ba2 commit ef5c769Copy full SHA for ef5c769
1 file changed
package.json
@@ -6,6 +6,7 @@
6
"danfojs-browser/**"
7
],
8
"scripts": {
9
+ "install": "cd danfojs-node && yarn && cd ../danfojs-browser && yarn",
10
"build": "cd danfojs-node && yarn build:clean && cd ../danfojs-browser && yarn build:clean",
11
"test": "cd danfojs-node && yarn && yarn test:clean && cd ../danfojs-browser && yarn && yarn test:clean"
12
}
0 commit comments