chore: update remote-version script

This commit is contained in:
ULIVZ
2019-06-04 15:48:30 +08:00
parent 5d940e4157
commit 3e1ff0ea59
+1 -1
View File
@@ -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')