Skip to content

Commit

Permalink
fix(ct): Include artifacts in release
Browse files Browse the repository at this point in the history
  • Loading branch information
RPate97 committed Dec 15, 2023
1 parent d028b02 commit e90d281
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/soft-colts-poke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sphinx-labs/contracts': patch
---

Include artifacts in release
9 changes: 6 additions & 3 deletions packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@
"files": [
"dist/*",
"contracts/*",
"artifacts/contracts/**/*.json",
"artifacts/@openzeppelin/contracts/token/ERC20/ERC20.sol/*.json",
"artifacts/build-info/**/*.json"
"out/build-info/*.json",
"out/ManagedService.sol/*.json",
"out/SphinxModule.sol/*.json",
"out/SphinxModuleProxyFactory.sol/*.json",
"out/SphinxModuleProxyFactory.sol/*.json",
"external-artifacts/**/*.json"
],
"scripts": {
"build": "forge clean && forge build --build-info --contracts contracts/core --skip test --skip script && yarn write-constants && forge build && yarn build:ts",
Expand Down

0 comments on commit e90d281

Please sign in to comment.