From 0f2539378331c2fe9079c1142a8a8fb9520ba03c Mon Sep 17 00:00:00 2001 From: shimataro Date: Sun, 1 Mar 2020 08:31:31 +0900 Subject: [PATCH] * do not add "package-lock.json" --- scripts/rebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rebuild.sh b/scripts/rebuild.sh index 7cfbe19..35f42db 100755 --- a/scripts/rebuild.sh +++ b/scripts/rebuild.sh @@ -8,4 +8,4 @@ npm run verify rm -rf node_modules npm ci --only=production -git add node_modules package-lock.json lib +git add node_modules lib