mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 02:08:57 +00:00
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:
@@ -56,7 +56,6 @@ cd Signal-Desktop
|
|||||||
npm install --global yarn # (only if you don’t already have `yarn`)
|
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 install --frozen-lockfile # Install and build dependencies (this will take a while)
|
||||||
yarn grunt # Generate final JS and CSS assets
|
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 build:webpack # Build parts of the app that use webpack (Sticker Creator)
|
||||||
yarn test # A good idea to make sure tests run first
|
yarn test # A good idea to make sure tests run first
|
||||||
yarn start # Start Signal!
|
yarn start # Start Signal!
|
||||||
|
|||||||
Reference in New Issue
Block a user