8 lines
59 B
Bash
8 lines
59 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd "${GULP_DIR}" || exit
|
||
|
|
||
|
yarn
|
||
|
|
||
|
gulp svgstore
|