From 852f9bfbb60160297a9f614764dee913dbdd7bdb Mon Sep 17 00:00:00 2001 From: shimataro Date: Sat, 25 Jan 2020 09:28:28 +0900 Subject: [PATCH] * add verify step on update-dependencies --- 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