mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
First stage of build is development
This commit is contained in:
parent
b668114c33
commit
87077be85e
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ COPY .eslintrc .
|
|||
COPY /packages/readabilityjs/package.json ./packages/readabilityjs/package.json
|
||||
COPY /packages/api/package.json ./packages/api/package.json
|
||||
|
||||
RUN yarn install --pure-lockfile
|
||||
RUN yarn install --pure-lockfile --development
|
||||
|
||||
ADD /packages/readabilityjs ./packages/readabilityjs
|
||||
ADD /packages/api ./packages/api
|
||||
|
|
|
|||
Loading…
Reference in a new issue