diff --git a/scripts/rebuild.sh b/scripts/rebuild.sh index 80c1d4e..fbc39c2 100755 --- a/scripts/rebuild.sh +++ b/scripts/rebuild.sh @@ -3,5 +3,7 @@ rm -rf node_modules package-lock.json npm i npm run build +npm run verify + npm ci --only=production git add node_modules package-lock.json lib