Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File builder don't built all files #348

Open
1 of 4 tasks
kouz75 opened this issue Dec 8, 2022 · 0 comments
Open
1 of 4 tasks

File builder don't built all files #348

kouz75 opened this issue Dec 8, 2022 · 0 comments

Comments

@kouz75
Copy link

kouz75 commented Dec 8, 2022

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant