Closed codyshepherd closed 4 years ago
Is there a package.json for global dependencies, or can we pass npm install -g
a file?
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.
This will enable our CI to pick up any new dependencies on the node side automatically.