File: resetdeps.sh

package info (click to toggle)
npm 7.5.2%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 8,796 kB
  • sloc: javascript: 70,084; sh: 597; makefile: 85
file content (8 lines) | stat: -rwxr-xr-x 194 bytes parent folder | download
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