Skip to content

Commit 56b929f

Browse files
committed
chore: update build script
1 parent 16c7a00 commit 56b929f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/Containerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ COPY .gitignore /opt/app-root/extension-source/
2626
COPY *.json /opt/app-root/extension-source/
2727
COPY src /opt/app-root/extension-source/src
2828
COPY types /opt/app-root/extension-source/types
29+
COPY vite*.ts /opt/app-root/extension-source/
2930

3031
# refresh dependencies (if needed)
3132
# and build the extension

0 commit comments

Comments
 (0)