Skip to content

Commit

Permalink
fix include vue-language-server files
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed Oct 12, 2022
1 parent 1d281cc commit 210b8be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions extensions/vscode-vue-language-features/scripts/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ const packages = {
'@vuedx/typescript-plugin-vue': {
files: ['runtime/*.d.ts', 'lib/standalone.cjs', 'index.js'],
},
'@vuedx/vue-language-server': {
files: ['lib/index.js'],
},
}

const __dirname = Path.dirname(fileURLToPath(import.meta.url))
Expand Down

0 comments on commit 210b8be

Please sign in to comment.