Browse Source

add yarn.lock to artifacts

Yuki Takei 4 years ago
parent
commit
c6199a9915
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docker/Dockerfile

+ 1 - 0
docker/Dockerfile

@@ -104,6 +104,7 @@ RUN yarn lerna run build
 # make artifacts
 RUN tar cf packages.tar \
   package.json \
+  yarn.lock \
   config \
   public \
   resource \