devops: roll script (#1377)

This commit is contained in:
Yury Semikhatsky
2026-02-06 10:20:37 -08:00
committed by GitHub
parent 0e6e6d216e
commit a3d2ba699a
3 changed files with 59 additions and 4 deletions

View File

@@ -18,7 +18,8 @@
"lint": "npm run lint --workspaces",
"test": "npm run test --workspaces",
"build": "npm run build --workspaces",
"bump": "npm version --workspaces --no-git-tag-version"
"bump": "npm version --workspaces --no-git-tag-version",
"roll": "node roll.js"
},
"workspaces": [
"packages/*"