chore(NPM): correct frontend build dir to get all dist folders

This commit is contained in:
Marcel Feix 2022-07-05 15:42:08 +02:00
parent c874700d02
commit 42589e0871
No known key found for this signature in database
GPG Key ID: 04D016E104A25F03

View File

@ -2,7 +2,7 @@
image: $NODE_IMAGE image: $NODE_IMAGE
stage: build stage: build
variables: variables:
FRONTEND_BUILD_DIR: 'dist' FRONTEND_BUILD_DIR: '**/dist'
before_script: before_script:
- > - >
if [ "$FRONTEND_DIR" != "" ]; then if [ "$FRONTEND_DIR" != "" ]; then