Skip to content

Commit

Permalink
Switch to public package
Browse files Browse the repository at this point in the history
  • Loading branch information
pimotte committed Sep 7, 2020
1 parent e69adfe commit bbd9b36
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 0 additions & 2 deletions haarlem-frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ RUN mkdir /app
WORKDIR /app

COPY package.json package-lock.json /app/
RUN mkdir -p /home/pim/packages/
COPY discipl-waardepapieren-component-0.2.1.tgz /home/pim/packages/
RUN npm install --unsafe-perm

COPY public /app/public
Expand Down
16 changes: 8 additions & 8 deletions haarlem-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion haarlem-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"cypress": "^5.1.0"
},
"dependencies": {
"@discipl/waardepapieren-component": "file:/home/pim/packages/discipl-waardepapieren-component-0.2.1.tgz"
"@discipl/waardepapieren-component": "file:../../../../packages/discipl-waardepapieren-component-0.2.1.tgz"
}
}
4 changes: 3 additions & 1 deletion waardepapieren-component/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "@discipl/waardepapieren-component",
"version": "0.2.1",
"private": false,
"publishConfig": {
"access": "public"
},
"dependencies": {
"@discipl/abundance-service": "^0.5.2",
"@discipl/core-ephemeral": "^0.11.1",
Expand Down

0 comments on commit bbd9b36

Please sign in to comment.