Skip to content

Commit

Permalink
test(publish): linted details about the published package
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed May 11, 2023
1 parent ff54de8 commit 52c5ce5
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 0 deletions.
112 changes: 112 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"lint:lockfile": "lockfile-lint --path package-lock.json --type npm --validate-https --allowed-hosts npm",
"lint:engines": "ls-engines",
"lint:peer": "npm ls >/dev/null",
"lint:publish": "publint",
"test": "npm-run-all --print-label build --parallel lint:* --parallel test:*",
"test:unit:base": "npm-run-all --print-label build --parallel test:unit:vitest test:unit:mocha",
"test:unit:mocha": "mocha 'src/**/*-test.js'",
Expand Down Expand Up @@ -105,6 +106,7 @@
"mocha": "10.2.0",
"mock-fs": "5.2.0",
"npm-run-all": "4.1.5",
"publint": "0.1.11",
"remark-cli": "11.0.0",
"remark-toc": "8.0.1",
"remark-usage": "10.0.1",
Expand Down

0 comments on commit 52c5ce5

Please sign in to comment.