using @e2e for playwright test packages
This commit is contained in:
parent
c0bd9da291
commit
fe5bb8c50c
2 changed files with 2 additions and 2 deletions
|
@ -6,5 +6,5 @@
|
|||
"access": "public",
|
||||
"baseBranch": "main",
|
||||
"updateInternalDependencies": "patch",
|
||||
"ignore": ["@example/*", "@test/*"]
|
||||
"ignore": ["@example/*", "@test/*", "@e2e/*"]
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "@test/e2e-tailwindcss",
|
||||
"name": "@e2e/e2e-tailwindcss",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in a new issue