Skip to content

Commit 3abbfda

Browse files
authoredMar 29, 2024··
fix: manrope repo was deleted (#1319)
1 parent 22ed006 commit 3abbfda

File tree

7 files changed

+0
-11
lines changed

7 files changed

+0
-11
lines changed
 

‎.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ packages/*/lib/
77
packages/lit-dev-content/_site
88
packages/lit-dev-content/_dev
99
packages/lit-dev-content/rollupout
10-
packages/lit-dev-content/site/fonts/manrope
1110
packages/lit-dev-content/temp
1211
packages/lit-dev-content/samples/js
1312
packages/lit-dev-content/src/public-vars.ts

‎packages/lit-dev-content/package.json

-10
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"license": "BSD-3-Clause",
88
"main": "_site/index.html",
99
"scripts": {
10-
"fonts:manrope": "wireit",
1110
"build": "wireit",
1211
"build:ts": "wireit",
1312
"build:rollup": "wireit",
@@ -40,7 +39,6 @@
4039
"command": "eleventy --quiet",
4140
"dependencies": [
4241
"build:ts",
43-
"fonts:manrope",
4442
"build:unversioned-docs",
4543
{
4644
"script": "build:samples",
@@ -99,17 +97,9 @@
9997
"build:ts",
10098
"build:samples",
10199
"build:rollup",
102-
"fonts:manrope",
103100
"build:unversioned-docs"
104101
]
105102
},
106-
"fonts:manrope": {
107-
"command": "rm -rf temp && mkdir -p site/fonts/manrope && git clone https://github.com/sharanda/manrope.git temp/manrope && cd temp/manrope && git checkout 9ffbc349f4659065b62f780fe6e9d5a93518bd95 && cp fonts/web/*.woff2 ../../site/fonts/manrope/ && cd ../.. && rm -rf temp",
108-
"files": [],
109-
"output": [
110-
"site/fonts/manrope"
111-
]
112-
},
113103
"build:ts": {
114104
"command": "tsc --build --pretty",
115105
"dependencies": [
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.