Skip to content

Commit 2a43b9f

Browse files
committed
Exclude create-sei templates from workspace
1 parent 13194d2 commit 2a43b9f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"private": true,
55
"license": "MIT",
66
"workspaces": [
7-
"packages/*"
7+
"packages/*",
8+
"!packages/create-sei/templates/*"
89
],
910
"scripts": {
1011
"build:all": "yarn workspaces foreach --all --parallel run build",

0 commit comments

Comments
 (0)