We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed022f4 commit 7234f7dCopy full SHA for 7234f7d
package.json
@@ -27,7 +27,7 @@
27
"lint:lockfile": "lockfile-lint --path package-lock.json --type npm --validate-https --allowed-hosts npm",
28
"lint:engines": "ls-engines",
29
"lint:peer": "npm ls >/dev/null",
30
- "lint:publish": "publint",
+ "lint:publish": "publint --strict",
31
"test": "npm-run-all --print-label build --parallel lint:* --parallel test:*",
32
"test:unit:base": "DEBUG=any vitest run",
33
"test:unit": "cross-env NODE_ENV=test c8 run-s test:unit:base",
@@ -111,4 +111,4 @@
111
"unist-util-find": "2.0.0",
112
"vitest": "0.33.0"
113
}
114
-}
+}
0 commit comments