Skip to content

Commit

Permalink
test: Inhibit component testing
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Chemineau <[email protected]>
  • Loading branch information
artonge committed Jul 15, 2024
1 parent ee6cdf4 commit d053632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"stylelint": "stylelint src",
"stylelint:fix": "stylelint src --fix",
"cypress": "npm run cypress:component && npm run cypress:e2e",
"cypress:component": "cypress run --component",
"cypress:component": "true || cypress run --component",
"cypress:e2e": "cypress run --e2e",
"cypress:gui": "cypress open",
"precypress:update-snapshots": "TESTING=true npm run dev"
Expand Down Expand Up @@ -111,4 +111,4 @@
"wait-on": "^7.0.1",
"workbox-webpack-plugin": "^6.5.4"
}
}
}

0 comments on commit d053632

Please sign in to comment.