Skip to content

Commit

Permalink
chore: remove unused execa dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-shehane committed Dec 29, 2023
1 parent 09f370c commit 4c84dde
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
9 changes: 0 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ jobs:
- C:\Users\circleci\AppData\Local\Cypress\Cache
- C:\Users\circleci\AppData\Roaming\npm-cache

# if you want to test execa's behavior on Windows
# - run: node ./scripts/test-execa

- run:
name: 'Start server'
command: npm run start
Expand Down Expand Up @@ -85,9 +82,6 @@ jobs:
- C:\Users\circleci\AppData\Local\Cypress\Cache
- C:\Users\circleci\AppData\Roaming\npm-cache

# if you want to test execa's behavior on Windows
# - run: node ./scripts/test-execa

- run:
name: 'Start server'
command: npm run start
Expand Down Expand Up @@ -126,9 +120,6 @@ jobs:
- C:\Users\circleci\AppData\Local\Cypress\Cache
- C:\Users\circleci\AppData\Roaming\npm-cache

# if you want to test execa's behavior on Windows
# - run: node ./scripts/test-execa

- run:
name: 'Start server'
command: npm run start
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-json-format": "2.0.1",
"eslint-plugin-mocha": "10.2.0",
"execa": "2.1.0",
"globby": "11.1.0",
"husky": "8.0.3",
"netlify-plugin-cypress": "2.2.1",
Expand Down
5 changes: 0 additions & 5 deletions scripts/test-execa.js

This file was deleted.

0 comments on commit 4c84dde

Please sign in to comment.