Skip to content

Commit

Permalink
auto-install on bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhelezov committed Jan 27, 2023
1 parent 78397d7 commit 589c4e1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,14 @@
"--dumb-cache-size", "100",
"--dumb-cache-max-age", "1000" ]
},
"check-updates": {
"cmd": ["npx", "--yes", "npm-check-updates", "--filter=/subsquid/", "--upgrade"],
"hidden": true
},
"bump": {
"description": "Bump @subsquid packages to the latest versions",
"cmd": ["npx", "npm-check-updates", "--filter=/subsquid/", "--upgrade"]
"deps": ["check-updates"],
"cmd": ["npm", "i", "-f"]
},
"open": {
"description": "Open a local browser window",
Expand Down

0 comments on commit 589c4e1

Please sign in to comment.