From cad3c07e1d87b93baff00c730f10613c61d52692 Mon Sep 17 00:00:00 2001 From: shimataro Date: Sat, 18 Jan 2020 11:34:24 +0900 Subject: [PATCH] * add verify on rebuild --- scripts/rebuild.sh | 2 ++ 1 file changed, 2 insertions(+) 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