Skip to content

Commit

Permalink
build(coscrad): clean up config files and boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-plahn committed Mar 22, 2023
1 parent d0512f2 commit 14cc902
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/out-tsc

# dependencies
/node_modules
**/node_modules

# IDEs and editors
/.idea
Expand Down
21 changes: 10 additions & 11 deletions apps/coscrad-frontend/cypress/support/component-index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>coscrad-frontend Components App</title>

</head>
<body>
<div data-cy-root></div>
</body>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<title>coscrad-frontend Components App</title>
</head>
<body>
<div data-cy-root></div>
</body>
</html>
21 changes: 10 additions & 11 deletions libs/media-player/cypress/support/component-index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>media-player Components App</title>

</head>
<body>
<div data-cy-root></div>
</body>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<title>media-player Components App</title>
</head>
<body>
<div data-cy-root></div>
</body>
</html>
3 changes: 1 addition & 2 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"e2e",
"component-test"
],
"parallel": 3,
"accessToken": "MmZlZGE0MmUtODY0Zi00OGM5LTg0MGItNmFjMzUzMzE3OWY2fHJlYWQtd3JpdGU="
"parallel": 3
}
}
},
Expand Down

0 comments on commit 14cc902

Please sign in to comment.