We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86bb2d2 commit f1d62bfCopy full SHA for f1d62bf
packages/lit-dev-content/package.json
@@ -7,7 +7,7 @@
7
"license": "BSD-3-Clause",
8
"main": "_site/index.html",
9
"scripts": {
10
- "postinstall": "npm run fonts:manrope",
+ "postinstall": "ls site/fonts/manrope* > /dev/null || npm run fonts:manrope",
11
"build": "rm -rf _site && npm run build:ts && npm run build:rollup && npm run build:samples && npm run build:site",
12
"build:ts": "../../node_modules/.bin/tsc",
13
"build:ts:watch": "../../node_modules/.bin/tsc --watch",
0 commit comments