Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit e2a67fa

Browse files
Merge pull request #818 from Shopify/kos/remove_e2etests_from_build
Remove __e2etests__ from build
2 parents 820edb4 + c0fb609 commit e2a67fa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changeset/silly-nails-swim.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
"**/*.js",
116116
"**/*.js.map",
117117
"!bundle/*",
118-
"!node_modules"
118+
"!node_modules",
119+
"!adapters/__e2etests__/*"
119120
]
120121
}

0 commit comments

Comments
 (0)