How to overwrite Nixpack `npm ci` command to omit dev dependencies in a nodeJS project?
Hello, I would like to update and overwrite Nixpack install command from
npm ci
to npm ci --omit=dev
, how can I do this?4 Replies
Project ID:
190f9aa2-c8b3-46dd-a046-6fe955ffb230
190f9aa2-c8b3-46dd-a046-6fe955ffb230
Solution
with a nixpacks.toml file -
noted, thanks a lot
i will try this
thank you so much for the quick response as usual