chore(NPM): correct frontend build dir to get all dist folders
This commit is contained in:
parent
c874700d02
commit
42589e0871
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user