Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 06bc118

Browse files
Splaktarjelbourn
authored andcommitted
build: use 8.2.x branch of material2-docs-content
the issue with broken semver package name has been resolved upstream add script for updating the content
1 parent 6b5d0bb commit 06bc118

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"pree2e": "webdriver-manager update",
1414
"e2e": "yarn build-themes && ng e2e",
1515
"build": "yarn build-themes && ng build",
16+
"build:content": "yarn upgrade @angular/material-examples",
1617
"build:highmem": "yarn build-themes && node --max_old_space_size=8192 ./node_modules/@angular/cli/bin/ng build",
1718
"build:sm": "ng build --prod --source-map",
1819
"build-themes": "bash ./tools/build-themes.sh",
@@ -32,7 +33,7 @@
3233
"@angular/core": "^8.2.9",
3334
"@angular/forms": "^8.2.9",
3435
"@angular/material": "^8.2.2",
35-
"@angular/material-examples": "angular/material2-docs-content",
36+
"@angular/material-examples": "angular/material2-docs-content#8.2.x",
3637
"@angular/material-experimental": "^8.2.2",
3738
"@angular/material-moment-adapter": "^8.2.2",
3839
"@angular/platform-browser": "^8.2.9",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,9 @@
204204
dependencies:
205205
tslib "^1.9.0"
206206

207-
"@angular/material-examples@angular/material2-docs-content":
208-
version "8.2.2-sha-29be7686e"
209-
resolved "https://codeload.github.com/angular/material2-docs-content/tar.gz/4ea08adbee93ad268ba0d7b3c815e11ea8d5a139"
207+
"@angular/material-examples@angular/material2-docs-content#8.2.x":
208+
version "8.2.3-sha-0b175c619"
209+
resolved "https://codeload.github.com/angular/material2-docs-content/tar.gz/2f6d3a943b95bb12d6f20a84fd665085b772d01c"
210210
dependencies:
211211
tslib "^1.7.1"
212212

0 commit comments

Comments
 (0)