Skip to content

Commit

Permalink
chore: test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
torbrenner committed May 14, 2024
1 parent d4f517b commit 34c1dea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ RUN sh -c '[ -z "$http_proxy" ] || ( npm config set proxy $http_proxy; npm confi
WORKDIR /usr/src/lib
COPY ./artifacts/lib/lib/package.json ./artifacts/lib/lib/package-lock.json ./
RUN npm install
COPY ./angular.json ./tsconfig.json ./tsconfig.app.json ./tsconfig.spec.json artifacts/lib/
COPY ./src artifacts/lib/src
COPY ./artifacts/lib/lib/angular.json ./artifacts/lib/lib/tsconfig.json ./artifacts/lib/lib/tsconfig.app.json ./artifacts/lib/lib/tsconfig.spec.json ./
COPY ./artifacts/lib/lib/src ./src
RUN npm run build @samply/lens-core && npm run build @samply/lens-components
RUN cd dist/samply/lens-core && npm link \
&& cd ../lens-components && npm link
Expand Down

0 comments on commit 34c1dea

Please sign in to comment.