Skip to content

Commit 3e1ff0e

Browse files
committed
chore: update remote-version script
1 parent 5d940e4 commit 3e1ff0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/remote-version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const { readdirSync } = require('fs')
33
const chalk = require('chalk')
44
const execa = require('execa')
55

6-
const PRIVATE_PACKAGES = ['theme-vue', 'theme-blog', '.DS_Store']
6+
const PRIVATE_PACKAGES = ['theme-vue', '.DS_Store']
77

88
const scopePackages = readdirSync(
99
join(__dirname, '../packages/@vuepress')

0 commit comments

Comments
 (0)