Skip to content
Snippets Groups Projects
js-build.yml 141 B
Newer Older
Arnaud Vergnet's avatar
Arnaud Vergnet committed
js-build:
  stage: build
  image: node:14-alpine
  needs:
    - js-install
  script:
    - '[ -e yarn.lock ] && yarn build || npm run build'