Skip to content

Commit e0cba71

Browse files
committed
Update test script
1 parent 8568f58 commit e0cba71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"xlsx": "^0.16.7"
3131
},
3232
"scripts": {
33-
"test": "yarn run bundle && karma start --single-run --browsers ChromeHeadless karma.conf.js",
33+
"test": "yarn run build && karma start --single-run --browsers ChromeHeadless karma.conf.js",
3434
"build": "babel ./danfojs/src -d ./dist --no-comments",
3535
"lint": "eslint ./danfojs/src",
3636
"bundle": "yarn run build && webpack --mode production",

0 commit comments

Comments
 (0)