I have a project on Github with some devDependencies defined that are only needed for local development. When I import the project to Glitch.com is there a way to skip installing devDependencies?
For now I just remove devDependencies after re-importing my project from Github, that saves like 580 packages from being installed.
Setting node_env to production should make pnpm skip installing devdependencies, but it doesnβt seem to be taking notice of it. Weβre reaching out to the maintainers to get this fixed up.