In your build process you run `npm install --only prod`, but I believe it doesn't do anything.
Evertt opened this issue · 1 comments
Evertt commented
From my testing, running npm install --only prod after running npm install doesn't actually remove any packages.
It only works if you first delete the node_modules folder and then run npm install --only prod.
babichjacob commented
Thanks for the report!