codyshepherd / lunar-rocks

A cooperative music generator for the web.
1 stars 0 forks source link

Request: Machine-readable npm requirements #43

Closed codyshepherd closed 4 years ago

codyshepherd commented 5 years ago

This will enable our CI to pick up any new dependencies on the node side automatically.

codyshepherd commented 5 years ago

Is there a package.json for global dependencies, or can we pass npm install -g a file?

bgins commented 5 years ago

I think we will be able to use npm run scripts along with devDependencies to do this. I have added what we need in #45.

After calling npm install, we will want to call npm run build-dev in our dev environment and npm run build-prod in production.