Skip to content

Commit

Permalink
fix missing package.json update for angular cli 16 build system test (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
hbuchel authored Nov 10, 2023
1 parent 0b3ebb6 commit 1ac4dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-system-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"react-latest-cra-latest-js": "npm run setup:react:cra -- -l js",
"react-17-next-11-ts": "npm run setup:react:next -- -f 17 -b 11",
"react-latest-vite-2-ts": "npm run setup:react:vite -- -b 2",
"angular-latest-angular-cli-latest-ts": "npm run setup:angular:cli",
"angular-latest-angular-cli-16-ts": "npm run setup:angular:cli -- -b 16",
"angular-14-angular-cli-14-ts": "npm run setup:angular:cli -- -f 14 -b 14 -n angular-latest-angular-cli-v14-ts",
"vue-3-vue-cli-latest-ts": "npm run setup:vue:cli -- -f 3 -P yarn",
"vue-latest-vite-latest-ts": "npm run setup:vue:vite",
Expand Down

0 comments on commit 1ac4dfa

Please sign in to comment.