remove build:ldo from our ci process

main
Christopher Maujean 2 months ago
parent a0bab787de
commit 291e196525
  1. 2
      .gitlab-ci.yml

@ -31,7 +31,6 @@ build:
<<: *node_template
stage: build
script:
- bun run build:ldo
- bun run build
artifacts:
paths:
@ -45,7 +44,6 @@ pages:
<<: *node_template
stage: deploy
script:
- bun run build:ldo
- bun run build
- mkdir public
- cp -r dist/* public/

Loading…
Cancel
Save