Skip to content

Commit 8423658

Browse files
committed
fix: add package.json preact to packages
1 parent 1b218d9 commit 8423658

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
@@ -7,7 +7,8 @@
77
"node": ">=16.20.2"
88
},
99
"workspaces": [
10-
"packages/*"
10+
"packages/*",
11+
"packages/e2e/test/web-extension/dapp-connector-preact"
1112
],
1213
"scripts": {
1314
"build": "yarn workspaces foreach -v run build",

0 commit comments

Comments
 (0)