Skip to content

Commit

Permalink
Do not clobber "cypress" command for yarn/npx (#791)
Browse files Browse the repository at this point in the history
  • Loading branch information
oo-bldrs authored Sep 22, 2023
1 parent 0ffb1c7 commit fe9eb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"serve-cosmos": "cosmos --config .cosmos.config.json",
"serve-share": "yarn build-share && node config/serve.js",
"test": "jest",
"cypress": "cypress run",
"cypress:open": "cypress run",
"cypress-spec": "cypress run --spec",
"cypress-headed": "cypress run --headed --browser chrome --no-exit",
"cypress-headed-spec": "cypress run --headed --browser chrome --no-exit --spec",
Expand Down

0 comments on commit fe9eb0d

Please sign in to comment.