Skip to content

Commit

Permalink
build(snap): fix path for the build-environment
Browse files Browse the repository at this point in the history
  • Loading branch information
fallenbagel committed Nov 7, 2023
1 parent 9348cdf commit e8ee6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ parts:
snapcraftctl set-version "$SNAP_VERSION"
snapcraftctl set-grade "$GRADE"
build-environment:
- PATH: '$SNAPCRAFT_PART_BUILD/node_modules/.bin:$SNAPCRAFT_PART_BUILD/../npm/bin:$PATH'
- PATH: '$SNAPCRAFT_PART_BUILD/node_modules/.bin:$PATH'
- CYPRESS_INSTALL_BINARY: '0'
override-build: |
set -e
Expand Down

0 comments on commit e8ee6f9

Please sign in to comment.