Fixing broken node build (#20727)
This commit is contained in:
parent
1101922178
commit
90600d1883
|
|
@ -17,8 +17,11 @@
|
|||
#
|
||||
set -e
|
||||
|
||||
# Packages needed for puppeteer:
|
||||
apt update
|
||||
apt install -y chromium
|
||||
|
||||
cd /app/superset-frontend
|
||||
npm install -g npm@7
|
||||
npm install -f --no-optional --global webpack webpack-cli
|
||||
npm install -f --no-optional
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue