mirror of
https://github.com/gogrlx/docs.grlx.dev.git
synced 2026-04-02 03:08:53 -07:00
6 lines
92 B
Bash
Executable File
6 lines
92 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
npm install
|
|
git lfs install
|
|
git lfs fetch
|
|
git lfs pull |