diff --git a/scripts/remote-version.js b/scripts/remote-version.js index 5ef2b1a8..f0bd2531 100644 --- a/scripts/remote-version.js +++ b/scripts/remote-version.js @@ -3,7 +3,7 @@ const { readdirSync } = require('fs') const chalk = require('chalk') const execa = require('execa') -const PRIVATE_PACKAGES = ['theme-vue', 'theme-blog', '.DS_Store'] +const PRIVATE_PACKAGES = ['theme-vue', '.DS_Store'] const scopePackages = readdirSync( join(__dirname, '../packages/@vuepress')