Apply 1 suggestion(s) to 1 file(s)

parent 12093e9d
...@@ -151,7 +151,7 @@ export const fetchFoos = ({ state }) => { ...@@ -151,7 +151,7 @@ export const fetchFoos = ({ state }) => {
Sometimes it's necessary to test locally what the frontend production build would produce, to do so the steps are: Sometimes it's necessary to test locally what the frontend production build would produce, to do so the steps are:
1. `gdk stop webpack` 1. Stop webpack: `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`
1. `yarn webpack-prod && gdk restart rails-web` 1. `yarn webpack-prod && gdk restart rails-web`
......
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