7 lines
63 B (Stored with Git LFS)
Bash
Executable file
7 lines
63 B (Stored with Git LFS)
Bash
Executable file
#!/bin/bash
|
|
|
|
cd "${GULP_DIR}" || exit
|
|
|
|
yarn
|
|
|
|
npx gulp svgstore
|