diff --git a/Makefile b/Makefile index ca47f321c..d434ceaf5 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ appbundle: ./pkg/mac/build.sh install-node: - cd web && yarn install + cd web && yarn install && npm rebuild bundle: cd web && yarn run bundle