Skip to content

Commit

Permalink
ci: add ng-less-javascript-enabled-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Dec 21, 2023
1 parent 83f01ae commit 72ce753
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
"pre-publish": "node scripts/publish/publish.js && node scripts/publish/publish-scaffold.js",
"publish:next": "bash scripts/publish/publish.sh -next",
"publish": "bash scripts/publish/publish.sh",
"sync-scaffold-version": "node scripts/publish/sync-scaffold-version.js"
"sync-scaffold-version": "node scripts/publish/sync-scaffold-version.js",
"postinstall": "ng-less-javascript-enabled-patch"
},
"dependencies": {
"@angular/animations": "^17.0.0",
Expand Down Expand Up @@ -149,6 +150,7 @@
"less-bundle-promise": "^1.0.11",
"ng-alain-sts": "^0.0.2",
"ng-alain-plugin-theme": "^16.0.0",
"ng-less-javascript-enabled-patch": "17.0.0",
"tsconfig-paths": "^4.2.0",
"@types/express": "^4.17.17",
"@types/node": "^18.18.0",
Expand Down
13 changes: 13 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7245,6 +7245,7 @@ __metadata:
ng-alain-sts: "npm:^0.0.2"
ng-antd-color-picker: "npm:^1.1.0"
ng-github-button: "npm:^17.0.0"
ng-less-javascript-enabled-patch: "npm:17.0.0"
ng-packagr: "npm:^17.0.0"
ng-zorro-antd: "npm:^17.0.1"
ngx-countdown: "npm:^17.0.0"
Expand Down Expand Up @@ -12903,6 +12904,18 @@ __metadata:
languageName: node
linkType: hard

"ng-less-javascript-enabled-patch@npm:17.0.0":
version: 17.0.0
resolution: "ng-less-javascript-enabled-patch@npm:17.0.0"
peerDependencies:
"@angular-devkit/schematics": ^17.0.0
ansi-colors: ^4.0.0
bin:
ng-less-javascript-enabled-patch: index.js
checksum: 6605ee50069968499c7bfff4b3d102d2549eb9ac6d6535e084ebb2e9c6a8f978aac0148d1c06ed6ce25a2dedb213f51f48b37b0b2d78a7ed693b9fe5c3a16616
languageName: node
linkType: hard

"ng-packagr@npm:^17.0.0":
version: 17.0.0
resolution: "ng-packagr@npm:17.0.0"
Expand Down

0 comments on commit 72ce753

Please sign in to comment.