From 39071b500ce967fb77d6b549827adacbdc0af8ae Mon Sep 17 00:00:00 2001 From: shimataro Date: Sat, 25 Jan 2020 09:37:22 +0900 Subject: [PATCH] * add verify step on update-dependencies (#91) --- scripts/update-dependencies.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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