ci(scripts): adjust release publish limit
This commit is contained in:
@@ -17,7 +17,7 @@ import type { PackageDetails } from './lib/getPackageDetails.js'
|
|||||||
import { getPackageDetails } from './lib/getPackageDetails.js'
|
import { getPackageDetails } from './lib/getPackageDetails.js'
|
||||||
import { updateChangelog } from './utils/updateChangelog.js'
|
import { updateChangelog } from './utils/updateChangelog.js'
|
||||||
|
|
||||||
const npmPublishLimit = pLimit(10)
|
const npmPublishLimit = pLimit(6)
|
||||||
|
|
||||||
// Update this list with any packages to publish
|
// Update this list with any packages to publish
|
||||||
const packageWhitelist = [
|
const packageWhitelist = [
|
||||||
|
|||||||
Reference in New Issue
Block a user