need npm for npx

This commit is contained in:
Mayel de Borniol 2022-05-24 11:37:56 +12:00
parent 03f77718f7
commit c35edaa0b5
3 changed files with 7 additions and 2 deletions

View file

@ -30,7 +30,7 @@ RUN apk update && \
# various dependencies of dependencies
RUN apk add file \
yarn \
npm yarn \
git \
mailcap \
ca-certificates openssh-client openssl-dev \

View file

@ -31,7 +31,7 @@ ENV HOME=/opt/app/ TERM=xterm MIX_ENV=prod APP_NAME=$APP_NAME FLAVOUR=$FLAVOUR F
WORKDIR $HOME
# necessary utils
RUN apk add --no-cache tar curl git rust cargo yarn bash
RUN apk add --no-cache tar curl git rust cargo npm yarn bash
# dependencies for comeonin
RUN apk add --no-cache make gcc libc-dev

View file

@ -14,6 +14,11 @@
"watch": "parcel watch 'js/bonfire_*.js' --dist-dir ../priv/static/assets",
"build": "parcel build 'js/bonfire_*.js' --dist-dir ../priv/static/assets"
},
"alias": {
"buffer": {
"global": false
}
},
"dependencies": {
"@alpinejs/collapse": "^3.10.2",
"@alpinejs/intersect": "^3.10.2",