Closed ernest-rhinozeros closed 8 years ago
Removing the npm run build && and running npm run minified will work and it seems that everything necessary is created but I don't know if I'm missing something.
You are correct. Mind to send us a pr ?
I don't know if just removing the npm run build
is alright, but I'll commit the version without it.
@esbullington should know if there's missing something from the npm run build
script.
If I try to run the
minified
script I get the error message:npm ERR! missing script: build
The
scripts
section of thepackage.json
looks like this:So there is no
build
script and there never was AFAICS (I was looking at the history ofpackage.json
and apparently https://github.com/esbullington/react-d3/commit/f9f7244458aa0452f0bf0b1dab3ba8ad810c75bf#diff-b9cfc7f2cdf78a7f4b91a753d10865a2 introduced theminified
script but there was nobuild
script).Removing the
npm run build &&
and runningnpm run minified
will work and it seems that everything necessary is created but I don't know if I'm missing something.