9 lines
69 B
Bash
Executable File
9 lines
69 B
Bash
Executable File
#!/bin/sh
|
|
|
|
pushd `dirname "$0"`/icons
|
|
|
|
yarn install
|
|
yarn build
|
|
|
|
popd
|