Skip to content
Snippets Groups Projects
Commit f92c7825 authored by Tamlyn Rhodes's avatar Tamlyn Rhodes
Browse files

Install dependencies only once

parent 41678757
No related branches found
No related tags found
No related merge requests found
image: pubsweet/pubsweet-test-base image: pubsweet/pubsweet-test-base
before_script: install:
- yarn stage: build
script: yarn
artifacts:
expire_in: 1h
paths:
- node_modules
- packages/*/node_modules
- packages/components/packages/*/node_modules
test: lint:style:
script: script: npm run lint:style
- npm test
coverage: '/^All files\s+\|\s+(\d+.\d+)\s\|.*$/'
lint: lint:js:
script: script: npm run lint:js
- npm run lint
test:
script: npm run test
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment