-
Notifications
You must be signed in to change notification settings - Fork 156
Fix: Tutorial clone issue #2089
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
Conversation
Using npx degit instead to clone the tutorial as currently when using npx create-next-app npx is retrieving data from npx degit wpengine/faustjs/examples/next/tutorial --force my-app which has out of date cached data.
|
📦 Next.js Bundle Analysis for @faustwp/getting-started-exampleThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
As per issue #2089 there is a cache issue with using npx create app for the example tutorial on Github's side. Not sure why it is only failing for this branch though.
* Fix the_content link replacements * simplify the code * fix formatting * add fullstops * fix host_url port * fix empty space * fix slash issue * Updated e2e tests. Delete directories only if they exist for e2e tests. * Updated e2e tests for example tutorial to use npm degit As per issue #2089 there is a cache issue with using npx create app for the example tutorial on Github's side. Not sure why it is only failing for this branch though. * Fixed npm degit issue * Fixing npm degit. * Install e2e dependencies * Fixing npm ci issue for e2e directory * Updated e2e example test to only run when there is a change within the example directory * minor improvements * fix linting * adding port tests * Create long-laws-doubt.md --------- Co-authored-by: Colin Murphy <colinmurphy@users.noreply.github.com>
Using npx degit instead to clone the tutorial as currently when using npx create-next-app npx is retrieving data from npx degit wpengine/faustjs/examples/next/tutorial --force my-app which has out of date cached data.
Tasks
Description
Related Issue(s):
wpengine/faustjs.org#316
Testing
Screenshots
Documentation Changes
Dependant PRs