build: copy ts declaration file

This commit is contained in:
sua yoo 2022-10-04 13:38:12 -07:00
parent 0bbb7905bd
commit 2bfbeab55f
No known key found for this signature in database
GPG Key ID: 5AD1B4C02D4F0567

View File

@ -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/