Add npm-check-updates to development shell

This commit is contained in:
Yannik Rödel 2021-12-12 20:05:09 +01:00
parent 3a2de613a4
commit c471aea5c4

View file

@ -61,7 +61,7 @@
shellHook = ''
export NODE_PATH=${nodeDependencies}/lib/node_modules
export PATH="${nodeDependencies}/bin:${nodejs}/bin:$PATH"
export PATH="${nodeDependencies}/bin:${nodejs}/bin:${pkgs.nodePackages.npm-check-updates}/bin:$PATH"
echo ""
echo " To start editing content, run:"