Skip to content

Commit 140069d

Browse files
committed
update scripts
1 parent 69907c4 commit 140069d

2 files changed

Lines changed: 1 addition & 76 deletions

File tree

index.html

Lines changed: 0 additions & 75 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"build": "babel ./danfojs/src -d ./dist --no-comments",
2828
"lint": "eslint ./danfojs/src",
2929
"bundle": "webpack --mode production",
30-
"prepublishOnly": "npm run build",
30+
"prepublishOnly": "npm run bundle",
3131
"patch": "npm version patch",
3232
"publish": "npm publish"
3333
},

0 commit comments

Comments
 (0)