diff options
author | MichaĆ Wolny <FreexD@users.noreply.github.com> | 2021-04-11 08:48:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-11 08:48:38 +0200 |
commit | a925fd5937e480ae98f80a22474be7e8839667cd (patch) | |
tree | 2233e55d6ccd0a2364f6383aac97bc5c0dff1bc9 /package.json | |
parent | Merge pull request #121 from tijmenvangulik/patchssbranch (diff) | |
parent | Added brackets and fixed ident (diff) | |
download | tabler-icons-a925fd5937e480ae98f80a22474be7e8839667cd.tar.xz |
Merge pull request #120 from tijmenvangulik/master
Make it easier to compile a font with sub set of icons
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 1f1fa7fa..68c9a7e2 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,9 @@ "prebuild-react": "rm -rf ./icons-react/dist/", "build-react": "rollup -c", "optimize": "gulp optimize", - "release": "release-it" + "release": "release-it", + "build": "gulp build", + "build-iconfont": "gulp build-iconfont" }, "description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.", "keywords": [ |