Skip to content

Commit

Permalink
updates react-scripts
Browse files Browse the repository at this point in the history
Rate limit · GitHub

Whoa there!

You have triggered an abuse detection mechanism.

Please wait a few minutes before you try again;
in some cases this may take up to an hour.

ashwin-pc committed Aug 18, 2022
1 parent 38dc197 commit 0fb4c34
Showing 5 changed files with 15,623 additions and 25,953 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ on:

jobs:
ubuntu-latest:
name: Ubuntu 20
name: Ubuntu Latest
runs-on: ubuntu-latest

steps:
@@ -16,6 +16,7 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v4
with:
browser: chrome
build: npm run build
start: npx serve -s build -l 3000
wait-on: 'http://localhost:3000'
6 changes: 5 additions & 1 deletion cypress/tsconfig.json
Original file line number Diff line number Diff line change
@@ -5,6 +5,10 @@
"*/*.ts"
],
"compilerOptions": {
"isolatedModules": false
"isolatedModules": false,
"types": [
"cypress",
"@testing-library/cypress"
]
}
}
Rate limit · GitHub

Whoa there!

You have triggered an abuse detection mechanism.

Please wait a few minutes before you try again;
in some cases this may take up to an hour.

0 comments on commit 0fb4c34

Please sign in to comment.