We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f49bd43 commit 53d6389Copy full SHA for 53d6389
Dockerfile
@@ -8,6 +8,8 @@ ENV NODE_PATH /usr/local/lib/node_modules
8
COPY src ./src
9
COPY spec ./spec
10
COPY examples ./examples
11
+COPY lib-esm ./lib-esm
12
+COPY scripts ./scripts
13
COPY index.* package.json babel.config.js tsconfig.json ./
14
15
RUN npm install --unsafe-perm true # Needed to run prepublish as root.
0 commit comments