fix build failed
This commit is contained in:
parent
7e8557fa5c
commit
4e51f2a008
|
|
@ -12,7 +12,7 @@ WORKDIR /usr/src/packages
|
|||
# Copy root package.json
|
||||
COPY package.json ./
|
||||
# Conditonal copy lockfile
|
||||
COPY ./yarn.loc[k] ./
|
||||
COPY yarn.* ./
|
||||
|
||||
# Copy components package.json
|
||||
COPY packages/components/package.json ./packages/components/package.json
|
||||
|
|
|
|||
Loading…
Reference in New Issue