7 lines
71 B (Stored with Git LFS)
Bash
Executable file
7 lines
71 B (Stored with Git LFS)
Bash
Executable file
#!/bin/bash
|
|
|
|
cd "${GULP_DIR}" || exit
|
|
|
|
yarn
|
|
|
|
npx gulp js css no-jquery
|