Skip to content

Commit

Permalink
fixes alixaxel#215
Browse files Browse the repository at this point in the history
  • Loading branch information
alixaxel committed May 7, 2021
1 parent 5201d6b commit 37e903c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ clean:
zip -9 --filesync --move --recurse-paths .fonts.zip .fonts/

%.zip:
npm install --no-fund --no-package-lock --no-shrinkwrap --only=dev
npm install --no-fund --no-package-lock --no-shrinkwrap
mkdir -p nodejs/
npm install --prefix nodejs/ lambdafs@~2.0.3 puppeteer-core@~8.0.0 --no-bin-links --no-fund --no-optional --no-package-lock --no-save --no-shrinkwrap
npm install --prefix nodejs/ lambdafs@~2.0.3 puppeteer-core@~9.0.0 --no-bin-links --no-fund --no-optional --no-package-lock --no-save --no-shrinkwrap
npm pack
mkdir -p nodejs/node_modules/chrome-aws-lambda/
tar --directory nodejs/node_modules/chrome-aws-lambda/ --extract --file chrome-aws-lambda-*.tgz --strip-components=1
Expand Down

0 comments on commit 37e903c

Please sign in to comment.