Skip to content

Commit

Permalink
Fix dockerbuild (#2891)
Browse files Browse the repository at this point in the history
* do not install puppeteer in prod

* fix

* single bracket
  • Loading branch information
matthieusieben authored Oct 18, 2024
1 parent 9d40ccb commit 81ae1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"types": "dist/index.d.ts",
"bin": "dist/bin.js",
"scripts": {
"postinstall": "puppeteer browsers install chrome",
"prepare": "[ \"$npm_config_production\" = true ] || puppeteer browsers install chrome",
"codegen": "lex gen-server --yes ./src/lexicon ../../lexicons/com/atproto/*/* ../../lexicons/app/bsky/*/* ../../lexicons/chat/bsky/*/* ../../lexicons/tools/ozone/*/*",
"build": "tsc --build tsconfig.build.json",
"postbuild": "node ./build.templates.js",
Expand Down

0 comments on commit 81ae1b1

Please sign in to comment.