diff --git a/scripts/rebuild.sh b/scripts/rebuild.sh index b2c853a..7cfbe19 100755 --- a/scripts/rebuild.sh +++ b/scripts/rebuild.sh @@ -2,8 +2,7 @@ set -e -rm -rf node_modules package-lock.json -npm i +npm ci npm run build npm run verify