Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0aa0 committed Aug 7, 2024
1 parent 25af320 commit 460b817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/audit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
uses: OffchainLabs/actions/node-modules/restore@main

- name: Run audit
run: yarn audit-ci --config ./audit-ci.jsonc
run: yarn audit-ci
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"url": "https://github.com/offchainlabs/nitro-contracts/issues"
},
"scripts": {
"audit:ci": "audit-ci --config ./audit-ci.jsonc",
"audit:fix": "yarn-audit-fix",
"prepublishOnly": "hardhat clean && forge clean && hardhat compile && yarn build:forge:yul",
"build:all": "yarn build && yarn build:forge",
Expand Down

0 comments on commit 460b817

Please sign in to comment.