Welcome to mirror list, hosted at ThFree Co, Russian Federation.

resetdeps.sh « scripts - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 957987731d4227eed62c9fb952b1ce7a92e336ad (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
set -e
set -x
rm -rf node_modules
git checkout node_modules
node . i --ignore-scripts --no-audit
node . rebuild --ignore-scripts --no-audit
node scripts/bundle-and-gitignore-deps.js