Skip to content

Commit

Permalink
ci: build frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean Honlet committed Feb 22, 2025
1 parent 3a4b57d commit 4895e09
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
11 changes: 11 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@ default:
# build
#

node:
stage: build
image: node:alpine
script:
- npm ci
- CRYPTOMEDIC_DEV=true node_modules/.bin/webpack
artifacts:
name: frontend
paths:
- www/built

# build:
# stage: build
# image: $CI_REGISTRY/$CI_PROJECT_NAMESPACE/packages/dev:latest
Expand Down
5 changes: 0 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4895e09

Please sign in to comment.