babichjacob/sapper-firebase-typescript-graphql-tailwindcss-actions-template

In your build process you run `npm install --only prod`, but I believe it doesn't do anything.

Evertt opened this issue · 1 comments

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.

Thanks for the report!