.gitlab-ci.yml 166 B

123456789101112131415
  1. stages:
  2. - build
  3. cache:
  4. paths:
  5. - node_modules/
  6. before_script:
  7. - npm install
  8. - npm i gulp-cli
  9. build:
  10. stage: build
  11. script:
  12. - npm run-script build