Skip to content

Commit

Permalink
fix: include version marker in workspace
Browse files Browse the repository at this point in the history
close #772
  • Loading branch information
yyx990803 committed Feb 4, 2018
1 parent 4292d05 commit d3d040a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"private": true,
"workspaces": [
"packages/@vue/*",
"packages/test/*"
"packages/test/*",
"packages/vue-cli-version-marker"
],
"scripts": {
"test": "node scripts/test.js",
Expand Down

0 comments on commit d3d040a

Please sign in to comment.