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

Loading…
Cancel
Save