Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
novaknole committed Nov 21, 2024
1 parent 37d8a87 commit 4324a09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions contracts/docs/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ const { version, repository } = require('../package.json');

const helpers = require(path.resolve(__dirname, './templates/helpers'));

// TODO: yarn test fails because it runs this file anyways
// and helpers is not found.
// overwrite the functions.

// Tags on `osx-commons-contracts` are created as below.
Expand Down
1 change: 0 additions & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
"test": "hardhat test",
"typechain": "cross-env TS_NODE_TRANSPILE_ONLY=true hardhat typechain",
"clean": "rimraf ./artifacts ./cache ./coverage ./typechain ./types ./coverage.json && yarn typechain",
"docgen": "hardhat docgen",
"docs": "scripts/prepare-docs.sh"
}
}

0 comments on commit 4324a09

Please sign in to comment.