Skip to content

Commit

Permalink
chore: remove --absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Nov 28, 2023
1 parent 1d8ce1a commit 4964995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.contrib
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN yarn build
RUN yarn workspaces foreach version $(echo $(yarn node -p 'require("semver").inc(require("zwave-js/package.json").version, "prerelease")+".dev"')-$(git rev-parse --short HEAD)) --deferred && yarn version apply --all

# Pack the repo into tarballs that reference each other
RUN yarn monopack --target $(pwd) --no-version --absolute
RUN yarn monopack --target $(pwd) --no-version

### Build zwave-js-ui ###
WORKDIR /home/node/zwave-js-ui
Expand Down

0 comments on commit 4964995

Please sign in to comment.