From fc549fe0063c85341a20b0a5c0add81482feaec9 Mon Sep 17 00:00:00 2001 From: Brad Christensen Date: Sun, 19 Jan 2020 23:31:32 +1300 Subject: [PATCH] Update README to use npm scripts (which use --no-sign by default) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9957edac..3c54cae6 100644 --- a/README.md +++ b/README.md @@ -45,13 +45,13 @@ Desktop apps are built with `grunt desktop`. This works only in macOS as it buil Also, a hardware token is required. To run Electron app without building an installer, build the app with `grunt` and start it this way: ```bash -grunt dev -npm run-script electron +npm run dev +npm run electron ``` For debug build: -1. run `grunt dev` +1. run `npm run dev` 2. open `http://localhost:8085` # Contributing