From 2c4ce6bccad2456120d5b903bfcdf775b5f0d510 Mon Sep 17 00:00:00 2001 From: Gabriel Goller Date: Tue, 5 May 2020 23:31:51 +0200 Subject: [PATCH] remove icon-gen script; not used anymore yarn icon-gen is not in package.json and is not used anymore --- CONTRIBUTING.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 73d42e267..69bbdac0a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -56,7 +56,6 @@ cd Signal-Desktop npm install --global yarn # (only if you don’t already have `yarn`) yarn install --frozen-lockfile # Install and build dependencies (this will take a while) yarn grunt # Generate final JS and CSS assets -yarn icon-gen # Generate full set of icons for Electron yarn build:webpack # Build parts of the app that use webpack (Sticker Creator) yarn test # A good idea to make sure tests run first yarn start # Start Signal!