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
|
||||
|
||||
COPY lit-localize.json \
|
||||
postcss.config.js \
|
||||
tailwind.config.js \
|
||||
tsconfig.json \
|
||||
webpack.config.js \
|
||||
webpack.prod.js \
|
||||
./
|
||||
postcss.config.js \
|
||||
tailwind.config.js \
|
||||
tsconfig.json \
|
||||
webpack.config.js \
|
||||
webpack.prod.js \
|
||||
index.d.ts \
|
||||
./
|
||||
|
||||
COPY src ./src/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user