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:
parent
0865a5481c
commit
2c4ce6bcca
1 changed files with 0 additions and 1 deletions
|
@ -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!
|
||||
|
|
Loading…
Reference in a new issue