Skip to content

Commit

Permalink
chore: add compiler-ssr to skipped packages for now
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jan 27, 2020
1 parent 6b10f0c commit ccc3312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const packages = fs
.readdirSync(path.resolve(__dirname, '../packages'))
.filter(p => !p.endsWith('.ts') && !p.startsWith('.'))

const skippedPackages = ['server-renderer']
const skippedPackages = ['server-renderer', 'compiler-ssr']

const versionIncrements = [
'patch',
Expand Down

0 comments on commit ccc3312

Please sign in to comment.