Skip to content
Snippets Groups Projects
Commit c2e03208 authored by Jure's avatar Jure
Browse files

Merge branch 'fix_commitlint_in_ci' into 'master'

ci: add commitlint config to Docker image

See merge request pubsweet/pubsweet!73
parents cbab051d 0212379a
No related branches found
No related tags found
No related merge requests found
FROM pubsweet/pubsweet:base
COPY package.json yarn.lock ./
COPY lerna.json .eslintignore .eslintrc .prettierrc .stylelintignore .stylelintrc ./
COPY lerna.json .eslintignore .eslintrc .prettierrc .stylelintignore .stylelintrc commitlint.config.js ./
COPY packages packages
RUN [ "yarn", "config", "set", "workspaces-experimental", "true" ]
......
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