diff --git a/scripts/rebuild.sh b/scripts/rebuild.sh index b2c853a..35f42db 100755 --- a/scripts/rebuild.sh +++ b/scripts/rebuild.sh @@ -2,11 +2,10 @@ set -e -rm -rf node_modules package-lock.json -npm i +npm ci npm run build npm run verify rm -rf node_modules npm ci --only=production -git add node_modules package-lock.json lib +git add node_modules lib