Skip to content

Commit

Permalink
Update doc build tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed Feb 9, 2024
1 parent 3e70b41 commit 8616f21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
"pkg": "pkg -c package.json -t node18 bin/lando.js",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:lint": "eslint -c docs/.eslintrc.json --quiet docs/.vuepress",
"docs:preview": "vitepress preview docs",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint --quiet . && npm run docs:lint",
"lint": "eslint . --ext .js --ext .mjs ",
"test:unit": "nyc --reporter=html --reporter=text mocha --timeout 5000 test/**/*.spec.js",
"test:leia": "leia \"examples/**/README.md\" test -r 2 -s 'Start up tests' -t 'Verification commands' -c 'Destroy tests' --split-file --spawn --stdin",
"test": "npm run lint && npm run test:unit"
Expand Down

0 comments on commit 8616f21

Please sign in to comment.