update makefile versions to match docker/build-tools/Dockerfile (#13537)

* update makefile versions to match docker/build-tools/Dockerfile
in the tools repo

* try to see what happens with a change to use corejs

* change from --production to --omit=dev
This commit is contained in:
AndreaM12345 2023-07-12 19:49:05 -05:00 committed by GitHub
parent 497516f72b
commit 4cb8fee865
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 11 deletions

View File

@ -131,17 +131,17 @@ archive-version:
# to what is included in the tools repo in docker/build-tools/Dockerfile.
netlify_install:
@npm init -y
@npm install --production --global \
sass@v1.23.7 \
typescript@v3.7.2 \
svgstore-cli@v1.3.1 \
@babel/core@v7.7.4 \
@babel/cli@v7.7.4 \
@babel/preset-env@v7.7.4
@npm install --production --save-dev \
babel-preset-minify@v0.5.1
@npm install --save-dev \
@babel/polyfill@v7.7.0
@npm install --omit=dev --global \
sass@v1.52.1 \
typescript@v4.7.2 \
svgstore-cli@v1.3.2 \
@babel/core@v7.18.2 \
@babel/cli@v7.17.10 \
@babel/preset-env@v7.18.2
@npm install --omit=dev --save-dev \
babel-preset-minify@v0.5.2
@npm install --save \
core-js@3.31.1
netlify: netlify_install
@scripts/gen_site.sh