Skip to content

Commit

Permalink
Renamed uncached resource bump scripts to use more descriptive `-sear…
Browse files Browse the repository at this point in the history
…ch` suffix, added `-find` aliases
  • Loading branch information
adamlui committed Dec 26, 2024
1 parent ff88190 commit 5b983d3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@
"lint:fix-all": "eslint . --fix",
"bump:res": "node utils/bump/resources --cache",
"bump:resources": "node utils/bump/resources --cache",
"bump:res-clean": "node utils/bump/resources",
"bump:resources-clean": "node utils/bump/resources",
"bump:res-search": "node utils/bump/resources",
"bump:resources-search": "node utils/bump/resources",
"bump:res-find": "node utils/bump/resources",
"bump:resources-find": "node utils/bump/resources",
"bump:ext": "bash utils/bump/extension-manifests.sh",
"bump:extensions": "bash utils/bump/extension-manifests.sh",
"bump:manifests": "bash utils/bump/extension-manifests.sh",
Expand Down

0 comments on commit 5b983d3

Please sign in to comment.