Skip to content

Commit

Permalink
WIN
Browse files Browse the repository at this point in the history
  • Loading branch information
mmv08 committed May 14, 2024
1 parent d0724ae commit 96dc288
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/certora_4337.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
sudo mv solc-static-linux /usr/local/bin/solc8.23
- name: Install dependencies
run: npm ci
run: pnpm install

- name: Verify rule ${{ matrix.rule }}
working-directory: ./modules/4337
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci_4337_gas_metering.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: npm
cache-dependency-path: package-lock.json
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- run: |
npm ci
npm run fmt:check -w examples/4337-gas-metering
npm run lint -w examples/4337-gas-metering
npm run build -w examples/4337-gas-metering
2 changes: 0 additions & 2 deletions modules/4337/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
"files": [
"contracts",
"dist",
"src",
"test",
"build"
],
"scripts": {
Expand Down
3 changes: 1 addition & 2 deletions modules/passkey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"files": [
"contracts",
"dist",
"src",
"build"
],
"scripts": {
Expand All @@ -50,7 +49,7 @@
"@noble/curves": "^1.4.0",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@safe-global/mock-contract": "^4.1.0",
"@safe-global/safe-4337": "^0.3.0",
"@safe-global/safe-4337": "workspace:^0.3.0",
"@safe-global/safe-4337-local-bundler": "workspace:^0.0.0",
"@simplewebauthn/server": "^10.0.0",
"dotenv": "^16.4.5",
Expand Down
2 changes: 1 addition & 1 deletion modules/passkey/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"skipLibCheck": true,
"resolveJsonModule": true
},
"include": ["src/**/*.ts", "hardhat.config.ts", "test", "./typechain-types"]
"include": ["./src/**/*.ts", "./hardhat.config.ts", "./test", "./typechain-types"]
}
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 96dc288

Please sign in to comment.