Skip to content

Commit

Permalink
Update changeset:ccip script command
Browse files Browse the repository at this point in the history
  • Loading branch information
chainchad committed Jan 20, 2025
1 parent df22512 commit 8b95621
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"publish-prod": "pnpm publish --tag latest",
"solhint": "solhint --max-warnings 0 \"./src/v0.8/**/*.sol\"",
"solhint-test": "solhint --config \".solhint-test.json\" --ignore-path \".solhintignore-test\" --max-warnings 0 \"./src/v0.8/**/*.sol\"",
"changeset-ccip": "pushd . && changeset && popd"
"changeset:ccip": "pushd . && cd ./release/ccip && changeset && popd"
},
"files": [
"src/v0.8",
Expand Down
2 changes: 1 addition & 1 deletion contracts/release/ccip/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To be ran from the (`./contracts`) directory.
1. Create a changeset for your changes:

```shell
pnpm changeset-ccip
pnpm changeset:ccip
```

2. Follow the prompts to describe your changes
Expand Down

0 comments on commit 8b95621

Please sign in to comment.