Skip to content

Commit f1d62bf

Browse files
committed
Only install manrope if it's missing
1 parent 86bb2d2 commit f1d62bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/lit-dev-content/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"license": "BSD-3-Clause",
88
"main": "_site/index.html",
99
"scripts": {
10-
"postinstall": "npm run fonts:manrope",
10+
"postinstall": "ls site/fonts/manrope* > /dev/null || npm run fonts:manrope",
1111
"build": "rm -rf _site && npm run build:ts && npm run build:rollup && npm run build:samples && npm run build:site",
1212
"build:ts": "../../node_modules/.bin/tsc",
1313
"build:ts:watch": "../../node_modules/.bin/tsc --watch",

0 commit comments

Comments
 (0)