Skip to content

Commit 53d6389

Browse files
chore: Add lib-esm and scripts directories to Dockerfile
1 parent f49bd43 commit 53d6389

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ ENV NODE_PATH /usr/local/lib/node_modules
88
COPY src ./src
99
COPY spec ./spec
1010
COPY examples ./examples
11+
COPY lib-esm ./lib-esm
12+
COPY scripts ./scripts
1113
COPY index.* package.json babel.config.js tsconfig.json ./
1214

1315
RUN npm install --unsafe-perm true # Needed to run prepublish as root.

0 commit comments

Comments
 (0)