Skip to content

Commit

Permalink
Merge pull request #863 from lpcalisi/fix/prefix-pipeline-npm
Browse files Browse the repository at this point in the history
prefix should be /usr
  • Loading branch information
kaniini authored Dec 4, 2023
2 parents 84aac83 + 8e972fb commit 3dd1dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/build/pipelines/npm/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ inputs:
prefix:
description: |
The -prefix argument to pass to npm install; where /bin and /lib will be copied to.
default: "${{targets.destdir}}/usr/local/"
default: "${{targets.destdir}}/usr/"

overrides:
description: |
Expand Down

0 comments on commit 3dd1dd8

Please sign in to comment.