File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -222,13 +222,13 @@ with `-e`/`--no-eslint`.
222222
223223Then reload cockpit in your browser after building the page.
224224
225- Often you need to test your code in a VM. ` webpack-make ` has an ` -r ` /` --rsync `
225+ Often you need to test your code in a VM. ` webpack-make.js ` has an ` -r ` /` --rsync `
226226option for copying the built webpack into the given SSH target's
227227/usr/share/cockpit/ directory. If you use cockpit's own test VMs and set up the
228228SSH ` c ` alias as described in [ test/README.md] ( ./test/README.md ) , you can use
229229one of these commands:
230230
231- tools/webpack-make kdump -r c
231+ tools/webpack-make.js kdump -r c
232232 tools/webpack-watch kdump -r c
233233
234234To make Cockpit again use the installed code, rather than that from your git
You can’t perform that action at this time.
0 commit comments