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 69907c4 commit 140069dCopy full SHA for 140069d
2 files changed
index.html
package.json
@@ -27,7 +27,7 @@
27
"build": "babel ./danfojs/src -d ./dist --no-comments",
28
"lint": "eslint ./danfojs/src",
29
"bundle": "webpack --mode production",
30
- "prepublishOnly": "npm run build",
+ "prepublishOnly": "npm run bundle",
31
"patch": "npm version patch",
32
"publish": "npm publish"
33
},
0 commit comments