Skip to content

Commit 28fc4a7

Browse files
committed
Update package generation.
1 parent 5ba4f96 commit 28fc4a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ generate_package:
144144
- sudo chown -R docker:docker .
145145
# Build package
146146
- |
147-
zip -qr ${PACKAGES_NAME} web \
147+
zip -qr ${PACKAGES_NAME} web/site web/styleguide \
148148
-x \*\*/node_modules/\*
149149
artifacts:
150150
paths:

0 commit comments

Comments
 (0)