7 lines
67 B
Bash
Executable file
7 lines
67 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd "${GULP_DIR}" || exit
|
|
|
|
yarn
|
|
|
|
gulp js css no-jquery
|