Skip to content

Commit 5169086

Browse files
Include source maps
1 parent c906651 commit 5169086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY pubspec.yaml .
66
RUN dart pub get
77

88
COPY /lib ./lib/
9-
RUN cd lib && tar -czvf ../cdn_assets.tar.gz *.js
9+
RUN cd lib && tar -czvf ../cdn_assets.tar.gz *.js *.map
1010
ARG BUILD_ARTIFACTS_CDN=/build/cdn_assets.tar.gz
1111

1212
FROM scratch

0 commit comments

Comments
 (0)