Skip to content

Commit d3d040a

Browse files
committed
fix: include version marker in workspace
close #772
1 parent 4292d05 commit d3d040a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"private": true,
33
"workspaces": [
44
"packages/@vue/*",
5-
"packages/test/*"
5+
"packages/test/*",
6+
"packages/vue-cli-version-marker"
67
],
78
"scripts": {
89
"test": "node scripts/test.js",

0 commit comments

Comments
 (0)