You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove every reference to .nuxt global option (#11265)
* Remove unused rehydratation plugin
* Remove any reference to the .nuxt folders
* Remove globalApp nuxt and any reference or use case to nuxt.error
* Replace errors handling with existing fail-whale logic
Copy file name to clipboardExpand all lines: docusaurus/docs/internal/testing/e2e-test.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ It's also possible to run a workflow in GitHub Actions E2E test using these valu
111
111
112
112
## Local and CI/prod run
113
113
114
-
It is possible to start the project and run all the tests at once with a single command. There's however a difference between `dev` and `production` run. The first will not require an official certificate and will build the project in `.nuxt`, while the production will enable all the SSL configurations to run encrypted.
114
+
It is possible to start the project and run all the tests at once with a single command. There's however a difference between `dev` and `production` run. The first will not require an official certificate and will build the project in `dist`, while the production will enable all the SSL configurations to run encrypted.
115
115
116
116
-`yarn e2e:pre-dev`, to optionally initialize Docker and build the project, if not already done
0 commit comments