build: copy ts declaration file
This commit is contained in:
parent
0bbb7905bd
commit
2bfbeab55f
@ -15,12 +15,13 @@ COPY yarn.lock package.json ./
|
|||||||
RUN yarn --frozen-lockfile
|
RUN yarn --frozen-lockfile
|
||||||
|
|
||||||
COPY lit-localize.json \
|
COPY lit-localize.json \
|
||||||
postcss.config.js \
|
postcss.config.js \
|
||||||
tailwind.config.js \
|
tailwind.config.js \
|
||||||
tsconfig.json \
|
tsconfig.json \
|
||||||
webpack.config.js \
|
webpack.config.js \
|
||||||
webpack.prod.js \
|
webpack.prod.js \
|
||||||
./
|
index.d.ts \
|
||||||
|
./
|
||||||
|
|
||||||
COPY src ./src/
|
COPY src ./src/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user