Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
feat: install forge dependencies in postinstall (#35)
Browse files Browse the repository at this point in the history
* feat: install forge dependencies in postinstall

* feat: install foundry for app jobs too

* feat: don't run forge postinstall in CI

* feat: use github actions compatible syntax

* feat: use logging to ensure no false return

* feat: drop forge install from app action
  • Loading branch information
davisshaver authored Jul 2, 2022
1 parent 1a9da5b commit 0a0ab0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
},
"scripts": {
"preinstall": "npx -y only-allow pnpm",
"postinstall": "[ -z $CI ] && forge install || echo \"Skipping forge install for CI\"",
"dev": "pnpm --parallel dev",
"prettier": "pnpm --parallel --no-bail prettier",
"lint": "pnpm --parallel --no-bail lint",
Expand Down

0 comments on commit 0a0ab0e

Please sign in to comment.