fix: slug folder#387
Merged
jorgeucano merged 1 commit intoscullyio:masterfrom Mar 18, 2020
Merged
Conversation
Contributor
Author
|
FYI: I am having issues running scully locally for example I can't get the tests to pass but they pass in the ci. Is there a development document available so I am able to double check my settings and verify the npm scripts I need to run? |
Contributor
|
Hey @jiverson thanks for fix this mistake... - run: npm install
- run: npm run compile:prod
- run: node ./dist/scully/scully --tds --host='0.0.0.0' --nw --project=sampleBlog
- run: npm run test
- run: npm run e2e:server
So, in my computer i run something similar: - run: npm install
- run: npm run compile:prod
- run: node ./dist/scully/scully --tds --nw --project=sampleBlog
- run: npm run test
- run: npm run e2e:server
Thats all ... can you confirm me if this work for you? |
jorgeucano
approved these changes
Mar 18, 2020
Contributor
Author
|
@jorgeucano Perfect thanks yes that all worked. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
In watch mode the folder location should point to the variable "slug" not the explicit folder "slug".
For example with a config settings:
and after
npm run scullyyou will receive the following error:Does this PR introduce a breaking change?
Other information
If you run in
npm run scully --nweverything works.