Update wording of local testing faq

parent a57b1170
...@@ -149,7 +149,7 @@ export const fetchFoos = ({ state }) => { ...@@ -149,7 +149,7 @@ export const fetchFoos = ({ state }) => {
### 7. How can I test the production build locally? ### 7. How can I test the production build locally?
Sometimes the necessity of testing locally what the frontend production build would produce, to do so the steps are: Sometimes is necessary to test locally what the frontend production build would produce, to do so the steps are:
1. `gdk stop webpack` 1. `gdk stop webpack`
1. edit `gitlab.yaml` and set `webpack => dev_server => enabled: false` 1. edit `gitlab.yaml` and set `webpack => dev_server => enabled: false`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment