mirror of
https://git.kh3group.com/georgebiri/kh3_website.git
synced 2026-07-02 06:13:41 +00:00
chore: add git-lfs installation and initialization steps in .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
2e98e6cc02
commit
68fcabfabd
1 changed files with 6 additions and 0 deletions
|
|
@ -6,6 +6,12 @@ steps:
|
|||
- name: build
|
||||
image: node:18-alpine
|
||||
commands:
|
||||
# Install git-lfs in the build container
|
||||
- apk add --no-cache git git-lfs
|
||||
# Initialize LFS and pull LFS files
|
||||
- git lfs install
|
||||
- git lfs pull
|
||||
# Install dependencies and build
|
||||
- npm ci || npm install
|
||||
- npm run build || npm build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue