Skip to content

Commit

Permalink
ci: small fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
reey committed Apr 3, 2024
1 parent 39f9da9 commit 8e9cf6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@semantic-release/npm",
{
"npmPublish": false,
"pkgRoot": "/"
"pkgRoot": "."
}
],
[
Expand Down
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY --chown=node:node --from=development /usr/src/app/ .

COPY --chown=node:node . .

RUN npm run build
RUN yarn run build

user node

Expand Down

0 comments on commit 8e9cf6a

Please sign in to comment.