diff options
| author | Tim Zallmann <tzallmann@gitlab.com> | 2017-11-15 19:45:02 +0000 |
|---|---|---|
| committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-11-15 19:45:02 +0000 |
| commit | c61cac595acd5bfac85cc431554e195ec4c32c26 (patch) | |
| tree | 4e0ac014a5dc51552dfbd792faf2ac3b02b2b5cc /doc/development | |
| parent | 0f5faea404ab514917adf06768f1a0991482b5b5 (diff) | |
| download | gitlab-ce-c61cac595acd5bfac85cc431554e195ec4c32c26.tar.gz | |
Resolve "npm list errors for gitlab-svgs and node-pre-gyp"
Diffstat (limited to 'doc/development')
| -rw-r--r-- | doc/development/fe_guide/icons.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/fe_guide/icons.md b/doc/development/fe_guide/icons.md index a76e978bd26..cef62618a3c 100644 --- a/doc/development/fe_guide/icons.md +++ b/doc/development/fe_guide/icons.md @@ -29,7 +29,7 @@ Please use the following function inside JS to render an icon : All Icons and Illustrations are managed in the [gitlab-svgs](https://gitlab.com/gitlab-org/gitlab-svgs) repository which is added as a dev-dependency. -To upgrade to a new SVG Sprite version run `yarn upgrade https://gitlab.com/gitlab-org/gitlab-svgs` and then run `yarn run svg`. This task will copy the svg sprite and all illustrations in the correct folders. +To upgrade to a new SVG Sprite version run `yarn upgrade @gitlab-org/gitlab-svgs` and then run `yarn run svg`. This task will copy the svg sprite and all illustrations in the correct folders. # SVG Illustrations |
