Skip to content

Commit

Permalink
update deps and optimize for midcore part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Dec 7, 2024
1 parent bc924c8 commit f2ff41e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 0 additions & 4 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
skipPatterns = [ ".rss", ".gif", ".jpg" ]
checkExternal = true



# Sets our asset optimization
[build.processing.css]
bundle = true
Expand All @@ -41,8 +39,6 @@
[plugins.inputs.audits]
output_path = "reports/lighthouse.html"



# We need this so preview environments and the base site look ok on their own
[[redirects]]
from = "/"
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@
},
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:build": "LANDO_MVB_VERSION=$(git describe --tags --always --abbrev=1 --match=\"v[0-9].*\") vitepress build docs",
"docs:dev": "LANDO_MVB_VERSION=$(git describe --tags --always --abbrev=1 --match=\"v[0-9].*\") vitepress dev docs",
"docs:mvb": "npx mvb docs",
"docs:preview": "vitepress preview docs",
"lint": "eslint . --ext .js --ext .mjs ",
"test:unit": "nyc --reporter=html --reporter=text mocha --timeout 5000 test/**/*.spec.js",
Expand Down

0 comments on commit f2ff41e

Please sign in to comment.