Skip to content

Commit a5946de

Browse files
committed
chore: Rename packages according to pnpm filters
1 parent 9a63f7f commit a5946de

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test-e2e/cypress-latest-no-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "cypress-10-no-plugin",
2+
"name": "cypress-latest-no-plugin",
33
"private": true,
44
"scripts": {
55
"build:serve": "cd ../app && pnpm run build:serve",

test-e2e/cypress-latest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "cypress-10",
2+
"name": "cypress-latest",
33
"private": true,
44
"scripts": {
55
"build:serve": "cd ../app && pnpm run build:serve",

test-e2e/cypress-typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "app-typescript-tests",
2+
"name": "cypress-typescript",
33
"version": "1.0.0",
44
"private": true,
55
"scripts": {

0 commit comments

Comments
 (0)