From 0c54fb65b355d85dc1988650a8dc853eb2bd6f04 Mon Sep 17 00:00:00 2001 From: shimataro Date: Sun, 1 Mar 2020 08:30:22 +0900 Subject: [PATCH] * just "npm ci" on rebuild --- scripts/rebuild.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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