Skip to content

Commit

Permalink
fix(fleekci): add git if missing
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Mar 15, 2024
1 parent dd91756 commit 1c90bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test:chrome": "playwright test -c playwright.config.js --project chromium",
"test:firefox": "playwright test -c playwright.config.js --project firefox",
"test:node": "aegir test -t node -f dist-tsc/test/node.js --cov",
"postinstall": "patch-package"
"postinstall": "git --version || npm install git && patch-package"
},
"browser": "./dist/src/index.js",
"browserslist": [
Expand Down

0 comments on commit 1c90bc5

Please sign in to comment.