Skip to content

Commit 9af8d8e

Browse files
committed
feat: Create a specific folder under packages for templates
1 parent 3c480dc commit 9af8d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"ignoreChanges": ["*.npmrc"]
55
}
66
},
7-
"packages": ["packages/*"],
7+
"packages": ["packages/cli", "packages/e2e", "packages/templates/*"],
88
"version": "0.3.1"
99
}

0 commit comments

Comments
 (0)