diff --git a/scripts/update-dependencies.sh b/scripts/update-dependencies.sh index 7ae8bb8..afdd77e 100755 --- a/scripts/update-dependencies.sh +++ b/scripts/update-dependencies.sh @@ -20,8 +20,9 @@ npm run check-updates -- -u rm -rf package-lock.json node_modules npm i -# build check +# check npm run build +npm run verify # commit npm ci --only=production