mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
Refactor build script
This commit is contained in:
@ -1,7 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# find and store current version number
|
||||
version=$(grep '"version"' package.json | cut -d '"' -f4)
|
||||
|
||||
# compress 'icons' directory into feather-[version].zip
|
||||
zip -r feather.zip ./icons/
|
||||
# compress 'icons' directory into feather.zip
|
||||
zip -r -j feather.zip ./node_modules/feather-icons/dist/icons/
|
||||
|
Reference in New Issue
Block a user