alexa-samples / skill-sample-nodejs-adventure-game

This tool provides an easy to use front-end that allows developers to instantly deploy code for your story, or use the generated code as a starting point for more complex projects.
Apache License 2.0
510 stars 218 forks source link

No .ask folder in repo #64

Closed tomh05 closed 6 years ago

tomh05 commented 6 years ago

ask deploy isn't working for me.

mycomputername:skill-sample-nodejs-adventure-game user$ ask deploy
Failed to deploy. Please ensure current working directory is the root of your skill project.

I think this is because there is no .ask folder included in the repository:

$ ls -lah
total 64
drwxr-xr-x  11 tomh  rd   374B  5 Mar 22:14 .
drwxr-xr-x  15 tomh  rd   510B  5 Mar 22:08 ..
drwxr-xr-x  12 tomh  rd   408B  5 Mar 22:08 .git
-rw-r--r--   1 tomh  rd   421B  5 Mar 22:08 .gitignore
-rwxr-xr-x   1 tomh  rd   3.9K  5 Mar 22:08 InteractionModel.json
-rwxr-xr-x   1 tomh  rd    11K  5 Mar 22:08 LICENSE.txt
-rwxr-xr-x   1 tomh  rd   6.8K  5 Mar 22:08 README.md
drwxr-xr-x  14 tomh  rd   476B  5 Mar 22:08 instructions
drwxr-xr-x   3 tomh  rd   102B  5 Mar 22:08 lambda
drwxr-xr-x   3 tomh  rd   102B  5 Mar 22:08 models
-rwxr-xr-x   1 tomh  rd   1.0K  5 Mar 22:08 skill.json

Did you forget to check it in to github?

franklin-lobb commented 6 years ago

yes, it should be in the repo. I'll add it.

franklin-lobb commented 6 years ago

added. closing issue

tomh05 commented 6 years ago

Thanks!