Skip to content

Commit f2ff41e

Browse files
committed
update deps and optimize for midcore part 2
1 parent bc924c8 commit f2ff41e

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

netlify.toml

-4
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
skipPatterns = [ ".rss", ".gif", ".jpg" ]
1515
checkExternal = true
1616

17-
18-
1917
# Sets our asset optimization
2018
[build.processing.css]
2119
bundle = true
@@ -41,8 +39,6 @@
4139
[plugins.inputs.audits]
4240
output_path = "reports/lighthouse.html"
4341

44-
45-
4642
# We need this so preview environments and the base site look ok on their own
4743
[[redirects]]
4844
from = "/"

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@
3333
},
3434
"scripts": {
3535
"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",
3839
"docs:preview": "vitepress preview docs",
3940
"lint": "eslint . --ext .js --ext .mjs ",
4041
"test:unit": "nyc --reporter=html --reporter=text mocha --timeout 5000 test/**/*.spec.js",

0 commit comments

Comments
 (0)