We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d96a835 commit 330f281Copy full SHA for 330f281
1 file changed
recipes/recipe.yml
@@ -68,7 +68,7 @@ modules:
68
snippets:
69
# XXX figure out why, without --no-bin-links, npm throws EROFS on chmod() on index.js... which SEEMINGLY is actually the creation of a symlink?
70
# Except manually creating the symlink works just fine...?
71
- - RUN --mount=type=bind,src=apps/birdhoused,dst=/tmp/birdhoused cd /tmp/birdhoused && npm --no-bin-links --prefix=/usr install -g --omit=dev && ln -s /usr/lib/node_modules/birdhouse-client/index.js /usr/bin/birdhoused && rm -rf /root/.npm
+ - RUN --mount=type=bind,src=apps/birdhoused,dst=/tmp/birdhoused cd /tmp/birdhoused && npm --no-bin-links --prefix=/usr install -g --omit=dev . && ln -s /usr/lib/node_modules/birdhouse-client/index.js /usr/bin/birdhoused && rm -rf /root/.npm
72
- type: files
73
files:
74
- source: usr
0 commit comments