Skip to content

Commit

Permalink
shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmurdoch committed Nov 27, 2024
1 parent 0435ff7 commit 49b0a78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ jobs:
# branch/checksum with the same Yarn version, the install step will remove
# cached items that are no longer required and add the new dependencies, and
# the cache will be persisted.
- dependency-cache--{{ checksum "/tmp/YARN_VERSION" }}-
- dependency-cache-{{ checksum "/tmp/YARN_VERSION" }}-
- gh/install
- run:
name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"webpack": "tsx ./development/webpack/launch.ts",
"webpack:clearcache": "./development/clear-webpack-cache.js",
"foundryup": "tsx --tsconfig ./test/helpers/foundry/tsconfig.json ./test/helpers/foundry/foundryup.mts",
"postinstall": "yarn webpack:clearcache && yarn foundryup --binaries anvil --version $(node -e \"console.log(require('./package.json').foundry)\")",
"postinstall": "yarn webpack:clearcache && yarn foundryup --binaries anvil --version \"$(node -e \"process.stdout.write(require('./package.json').foundry)\")\"",
"env:e2e": "SEGMENT_HOST='https://api.segment.io' SEGMENT_WRITE_KEY='FAKE' yarn",
"start": "yarn build:dev dev --apply-lavamoat=false --snow=false",
"start:with-state": "node ./app/scripts/start-with-wallet-state.mjs",
Expand Down

0 comments on commit 49b0a78

Please sign in to comment.