We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a12c99f commit 7cd3bfbCopy full SHA for 7cd3bfb
Makefile
@@ -19,4 +19,7 @@ build-linux-arm64: install-deps
19
yarn electron-forge make --arch arm64 --platform linux
20
21
install-deps:
22
- npm install
+ npm install
23
+
24
+start: install-deps
25
+ npm start
0 commit comments