Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove obsolete script definitions #1055

Merged

Conversation

MikeMcC399
Copy link
Collaborator

Issue

package.json contains several script definitions which refer to script sources that no longer exist.

"scripts": {
"build": "node ./scripts/generate-config",
"add:base": "node ./scripts/generate-base-image",
"add:browser": "node ./scripts/generate-browser-image",
"add:included": "node ./scripts/generate-included-image",

Change

Remove the following obsolete script definitions from package.json:

  • build
  • add:base
  • add:browser
  • add:included

@cypress-app-bot
Copy link

@MikeMcC399 MikeMcC399 force-pushed the remove/obsolete-script-defs branch from 3a05022 to 3542364 Compare May 20, 2024 07:59
@MikeMcC399 MikeMcC399 marked this pull request as ready for review May 20, 2024 08:19
@jennifer-shehane jennifer-shehane merged commit e86315b into cypress-io:master May 20, 2024
31 checks passed
@MikeMcC399 MikeMcC399 deleted the remove/obsolete-script-defs branch May 20, 2024 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants