Current Path : /proc/thread-self/root/opt/alt/alt-nodejs14/root/usr/lib/node_modules/npm/scripts/ |
Current File : //proc/thread-self/root/opt/alt/alt-nodejs14/root/usr/lib/node_modules/npm/scripts/dep-update |
#!/usr/bin/env bash node . install --save $1@$2 &&\ node scripts/gen-dev-ignores.js &&\ rm -f node_modules/{*,*/*}/CODE_OF_CONDUCT.md node_modules/{*,*/*}/CONTRIBUTING.md &&\ git add node_modules package.json package-lock.json &&\ git commit -m"$1@$2" &&\ node . repo $1 &&\ git commit --amend