File tree 2 files changed +3
-6
lines changed
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 14
14
skipPatterns = [ " .rss" , " .gif" , " .jpg" ]
15
15
checkExternal = true
16
16
17
-
18
-
19
17
# Sets our asset optimization
20
18
[build .processing .css ]
21
19
bundle = true
41
39
[plugins .inputs .audits ]
42
40
output_path = " reports/lighthouse.html"
43
41
44
-
45
-
46
42
# We need this so preview environments and the base site look ok on their own
47
43
[[redirects ]]
48
44
from = " /"
Original file line number Diff line number Diff line change 33
33
},
34
34
"scripts" : {
35
35
"coverage" : " nyc report --reporter=text-lcov | coveralls" ,
36
- "docs:dev" : " vitepress dev docs" ,
37
- "docs:build" : " vitepress build docs" ,
36
+ "docs:build" : " LANDO_MVB_VERSION=$(git describe --tags --always --abbrev=1 --match=\" v[0-9].*\" ) vitepress build docs" ,
37
+ "docs:dev" : " LANDO_MVB_VERSION=$(git describe --tags --always --abbrev=1 --match=\" v[0-9].*\" ) vitepress dev docs" ,
38
+ "docs:mvb" : " npx mvb docs" ,
38
39
"docs:preview" : " vitepress preview docs" ,
39
40
"lint" : " eslint . --ext .js --ext .mjs " ,
40
41
"test:unit" : " nyc --reporter=html --reporter=text mocha --timeout 5000 test/**/*.spec.js" ,
You can’t perform that action at this time.
0 commit comments