Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

File builder don't built all files #348

@kouz75

Description

@kouz75

I'm submitting a...

  • Bug report
  • Feature request
  • Documentation issue or request
  • Other... Please describe:

Expected Behavior

Following current doc: https://www.jovo.tech/docs/project-config#file-builder
We should be able to create files during build phase.
Following AlexaCli config should generate 3 folders and 3 files in "skill-package" directory.
`
plugins: [
new AlexaCli({
skillId: "",
endpoint: "${JOVO_WEBHOOK_URL}",
files: {
'skill-package/a/test1.json':{ "a":"Hello World!" },
'skill-package/b/test2.json':{ "b":"Hello World!" },
'skill-package/c/test2.json':{ "c":"Hello World!" }
}
...

`

Current Behavior

running build command: "jovo build:platform alexa --stage=dev"
While create only the last files (skill-package/c/test2.json)
other files are ignore.

Your Environment

  • Jovo CLI version used: 4.1.8

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions