From 75e30e2555818c0347a014df34c5de9552741463 Mon Sep 17 00:00:00 2001 From: Wei Zhu Date: Tue, 25 Dec 2018 23:20:53 +0800 Subject: [PATCH] chore: store package-lock.json as artifact make it easy to restore the environment when releasing a old version --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index fa279b365a..0372834b02 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -84,6 +84,8 @@ jobs: root: ~/ant-design paths: - node_modules + - store_artifacts: + path: package-lock.json dist: <<: *container_config