Skip to content

Commit

Permalink
fix: use legacy-peer-deps for semantic-release process (#23231)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachJW34 committed Aug 9, 2022
1 parent 9259072 commit 1a354b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm/cypress-schematic/src/e2e.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const cypressSchematicPackagePath = path.join(__dirname, '..')
const ANGULAR_PROJECTS: ProjectFixtureDir[] = ['angular-13', 'angular-14']

describe('cypress-schematic-e2e', function () {
this.timeout(1000 * 60 * 2)
this.timeout(1000 * 60 * 4)

for (const project of ANGULAR_PROJECTS) {
it('should', async () => {
Expand Down

0 comments on commit 1a354b2

Please sign in to comment.