Skip to content

Commit 3dcb028

Browse files
committed
more force
1 parent 060346a commit 3dcb028

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/e2e-tests/test-applications/angular-21

1 file changed

+1
-1
lines changed

dev-packages/e2e-tests/test-applications/angular-21/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"watch": "ng build --watch --configuration development",
1111
"test": "playwright test",
1212
"test:build": "pnpm install && pnpm build",
13-
"test:build-canary": "pnpm install && pnpm add @angular/animations@next @angular/common@next @angular/compiler@next @angular/core@next @angular/forms@next @angular/platform-browser@next @angular/platform-browser-dynamic@next @angular/router@next && pnpm add -D @angular-devkit/build-angular@next @angular/cli@next @angular/compiler-cli@next --force && pnpm build",
13+
"test:build-canary": "pnpm install --force && pnpm add --force @angular/animations@next @angular/common@next @angular/compiler@next @angular/core@next @angular/forms@next @angular/platform-browser@next @angular/platform-browser-dynamic@next @angular/router@next && pnpm add -D --force @angular-devkit/build-angular@next @angular/cli@next @angular/compiler-cli@next && pnpm build",
1414
"test:assert": "playwright test",
1515
"clean": "npx rimraf .angular node_modules pnpm-lock.yaml dist"
1616
},

0 commit comments

Comments
 (0)