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 34c1dea commit b5f0c67
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ 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 ./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
COPY ./artifacts/lib/lib/angular.json ./artifacts/lib/lib/tsconfig.json ./
COPY ./artifacts/lib/lib/core ./core/
COPY ./artifacts/lib/lib/components ./components/
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 b5f0c67

Please sign in to comment.