Skip to content

Commit 7cd3bfb

Browse files
committed
Add start command to makefile
1 parent a12c99f commit 7cd3bfb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,7 @@ build-linux-arm64: install-deps
1919
yarn electron-forge make --arch arm64 --platform linux
2020

2121
install-deps:
22-
npm install
22+
npm install
23+
24+
start: install-deps
25+
npm start

0 commit comments

Comments
 (0)