Skip to content

Commit

Permalink
feat: add serve commands for docs and coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
f3rno64 committed Feb 6, 2024
1 parent 5217fcb commit e67ce1a
Show file tree
Hide file tree
Showing 2 changed files with 1,461 additions and 3,729 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@
"prepare-release": "pnpm format:check && pnpm lint && pnpm test && pnpm build && git add docs",
"prepublish": "pnpm build",
"release": "pnpm prepare-release && pnpm update-version && git push --follow-tags origin main",
"serve:coverage": "http-server ./coverage",
"serve:docs": "http-server ./docs",
"test": "NODE_PATH=./src NODE_ENV=test mocha",
"test:coverage": "NODE_PATH=./src NODE_ENV=test nyc mocha",
"test:coverage": "NODE_PATH=./src NODE_ENV=test nyc --reporter html mocha",
"test:watch": "NODE_PATH=./src NODE_ENV=test nyc mocha --watch",
"update-deps": "updates -u -g -c",
"update-version": "standard-version -a"
Expand Down Expand Up @@ -85,6 +87,7 @@
"eslint-plugin-tsdoc": "^0.2.17",
"eslint-plugin-unicorn": "^51.0.0",
"eslint-plugin-write-good-comments": "^0.2.0",
"http-server": "^14.1.1",
"husky": "^9.0.10",
"lint-staged": "^15.2.2",
"markdownlint-cli": "^0.39.0",
Expand Down
Loading

0 comments on commit e67ce1a

Please sign in to comment.