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 6d74257 commit a15d7afCopy full SHA for a15d7af
4 files changed
src/danfojs-browser/package.json
@@ -31,7 +31,7 @@
31
},
32
"scripts": {
33
"test": "karma start --single-run --browsers ChromeHeadless karma.conf.js",
34
- "test:clean": "yarn build:clean && yarn run test",
+ "test:clean": "yarn build:clean && yarn add xlsx@0.17.2 -P && yarn run test",
35
"build": "node ./scripts/prebuild.js && tsc && yarn run bundle",
36
"build:clean": "rimraf ./dist && rimraf ./lib && node ./scripts/prebuild.js && yarn run build",
37
"dev": "nodemon",
0 commit comments