build: remove compiler-ssr and server-renderer from skipped packages
This commit is contained in:
parent
fbbf99ab3f
commit
c3028ad6b3
@ -15,7 +15,7 @@ const packages = fs
|
|||||||
.readdirSync(path.resolve(__dirname, '../packages'))
|
.readdirSync(path.resolve(__dirname, '../packages'))
|
||||||
.filter(p => !p.endsWith('.ts') && !p.startsWith('.'))
|
.filter(p => !p.endsWith('.ts') && !p.startsWith('.'))
|
||||||
|
|
||||||
const skippedPackages = ['server-renderer', 'compiler-ssr']
|
const skippedPackages = []
|
||||||
|
|
||||||
const versionIncrements = [
|
const versionIncrements = [
|
||||||
'patch',
|
'patch',
|
||||||
|
Loading…
Reference in New Issue
Block a user