Skip to content

Commit a2d44a0

Browse files
committed
Copy tsconfig.base.json before building
1 parent 9d192e1 commit a2d44a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN npm run lint
1111

1212
# build
1313
FROM base AS build
14-
COPY babel.config.js lerna.json ./
14+
COPY babel.config.js lerna.json tsconfig.base.json ./
1515
COPY packages ./packages
1616
RUN npm run bootstrap
1717
RUN npm run build

0 commit comments

Comments
 (0)