mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
9 lines
150 B
Makefile
9 lines
150 B
Makefile
|
node_modules:
|
||
|
npm install
|
||
|
|
||
|
dist:
|
||
|
mkdir dist
|
||
|
|
||
|
dist/icons.json: node_modules dist icons icons/*.svg
|
||
|
./node_modules/.bin/babel-node bin/build-json.js
|