remove icon-gen script; not used anymore

yarn icon-gen is not in package.json and is not used anymore
This commit is contained in:
Gabriel Goller 2020-05-05 23:31:51 +02:00 committed by GitHub
parent 0865a5481c
commit 2c4ce6bcca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ cd Signal-Desktop
npm install --global yarn # (only if you dont 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!