#I have a question regarding the SDKs
1 messages · Page 1 of 1 (latest)
Alternatively, if we were to have a separate sub-project for the pipelines with just the dagger dev dep, would it be safe to commit those node_modules so that we can skip the npm install part on the CI server?
yes, it's totally possible. Having said that, what you'd normally want is to have a cache of your node_modules or go cache in your CI server so the time to download dependencies to run your pipelines is negligent.
Let me add that we’re working on dagger do (https://github.com/dagger/dagger/pull/5060) which runs in containers so you’ll be able to run any sdk with only the dagger cli.