Skip to content

Commit 331afe1

Browse files
committed
chore(repo): Add staging publishing
1 parent 672f470 commit 331afe1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@
3636
"lint-fix": "eslint . --ext .ts",
3737
"bump": "lerna version",
3838
"bump:next": "lerna version --conventional-prerelease",
39-
"graduate:next": "lerna version --conventional-graduate",
39+
"bump:staging": "lerna version --preid staging",
40+
"graduate": "lerna version --conventional-graduate",
41+
"release:staging": "lerna publish from-package --dist-tag staging",
4042
"release": "lerna publish from-git",
4143
"prerelease": "turbo run build test --concurrency=${TURBO_CONCURRENCY:-2}",
4244
"release:next": "lerna publish from-package --dist-tag next",
@@ -48,4 +50,4 @@
4850
"lerna": "lerna",
4951
"nuke": "rm -r node_modules; for d in packages/*/node_modules; do echo $d; rm -r $d; done"
5052
}
51-
}
53+
}

0 commit comments

Comments
 (0)