replace make webpack with npm run webpack

Change-type: patch
This commit is contained in:
Seth Falco 2021-05-03 05:55:36 +02:00 committed by Lorenzo Alberto Maria Ambrosi
parent b272ef296d
commit 18d2c28110

View File

@ -91,7 +91,7 @@ make electron-develop
```sh
# Build the GUI
make webpack
npm run webpack
# Start Electron
npm start
```