Skip to content

Commit

Permalink
👷 github: update package lock after version
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed May 23, 2023
1 parent 2205418 commit de666e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- uses: changesets/action@v1
with:
title: 🔖 new release
version: npm run version
publish: npx changeset publish
setupGitUser: false
env:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"lint": "eslint --ext .ts,.js .",
"auth": "graph auth --studio",
"deploy": "graph deploy --studio",
"version": "changeset version && npm install --package-lock-only && git reset --soft HEAD~2 && git commit -m \"$(git log --format=%B --reverse HEAD..HEAD@{1})\"",
"prepare:mainnet": "cross-env NETWORK=mainnet mustache views/protocol.js subgraph.template.yaml > subgraph.yaml",
"prepare:optimism": "cross-env NETWORK=optimism mustache views/protocol.js subgraph.template.yaml > subgraph.yaml",
"prepare:goerli": "cross-env NETWORK=goerli mustache views/protocol.js subgraph.template.yaml > subgraph.yaml",
Expand Down

0 comments on commit de666e6

Please sign in to comment.