Skip to content

Commit f14c47b

Browse files
committed
fix: yarn files and workflow
1 parent c253f29 commit f14c47b

File tree

5 files changed

+1334
-1
lines changed

5 files changed

+1334
-1
lines changed

.github/workflows/cypress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: set up node
1111
uses: actions/setup-node@v2
1212
with:
13-
node-version: '14'
13+
node-version: '16'
1414
cache: 'yarn'
1515

1616
- name: install yarn

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,4 @@ yarn-error.log
4040
# cypress
4141
cypress/screenshots/
4242
cypress/videos/
43+
cypress/downloads/

.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Lines changed: 546 additions & 0 deletions
Large diffs are not rendered by default.

.yarn/releases/yarn-3.2.0.cjs

Lines changed: 785 additions & 0 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"scripts": {
2626
"start": "env-cmd -f ./.env.local react-scripts -r @cypress/instrument-cra start",
2727
"start:test": "env-cmd -f ./.env.test react-scripts -r @cypress/instrument-cra start",
28+
"start:ci": "react-scripts -r @cypress/instrument-cra start",
2829
"build": "react-scripts build",
2930
"test:cra": "react-scripts test",
3031
"eject": "react-scripts eject",

0 commit comments

Comments
 (0)