Upgrade browserlist for the website (#4201)
#### Does this PR need a docs update or release note? - [x] ⛔ No #### Type of change - [x] 🗺️ Documentation
This commit is contained in:
parent
59bf350603
commit
bf1b290e2a
@ -20,6 +20,7 @@ RUN apt-get -y update && apt-get -y install gpg emacs curl zip git make \
|
||||
WORKDIR /usr/src
|
||||
COPY package.json package-lock.json* ./
|
||||
RUN npm ci \
|
||||
&& npx update-browserslist-db@latest \
|
||||
&& npm cache clean --force \
|
||||
&& rm -f package.json package-lock.json*
|
||||
ENV PATH /usr/src/node_modules/.bin:$PATH
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user