Skip to content

Commit 551a549

Browse files
author
Angular Builds
committed
ce88519 build: disable package install scripts by default
1 parent c2275cc commit 551a549

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-devkit/schematics-cli",
3-
"version": "18.1.0-next.1+sha-be2227e",
3+
"version": "18.1.0-next.1+sha-ce88519",
44
"description": "Angular Schematics - CLI",
55
"homepage": "https://github.com/angular/angular-cli",
66
"bin": {
@@ -21,8 +21,8 @@
2121
],
2222
"schematics": "./collection.json",
2323
"dependencies": {
24-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#be2227e",
25-
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#be2227e",
24+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#ce88519",
25+
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#ce88519",
2626
"@inquirer/prompts": "5.0.5",
2727
"ansi-colors": "4.1.3",
2828
"symbol-observable": "4.0.0",
@@ -42,5 +42,13 @@
4242
"license": "MIT",
4343
"bugs": {
4444
"url": "https://github.com/angular/angular-cli/issues"
45+
},
46+
"dependenciesMeta": {
47+
"esbuild": {
48+
"built": true
49+
},
50+
"puppeteer": {
51+
"built": true
52+
}
4553
}
4654
}

uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Tue Jun 11 2024 16:51:41 GMT+0000 (Coordinated Universal Time)
1+
Tue Jun 11 2024 18:33:17 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)