Skip to content

Commit 7234f7d

Browse files
committed
test(linting): enabled the strict flag for publint so issues actually exit non-zero
1 parent ed022f4 commit 7234f7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"lint:lockfile": "lockfile-lint --path package-lock.json --type npm --validate-https --allowed-hosts npm",
2828
"lint:engines": "ls-engines",
2929
"lint:peer": "npm ls >/dev/null",
30-
"lint:publish": "publint",
30+
"lint:publish": "publint --strict",
3131
"test": "npm-run-all --print-label build --parallel lint:* --parallel test:*",
3232
"test:unit:base": "DEBUG=any vitest run",
3333
"test:unit": "cross-env NODE_ENV=test c8 run-s test:unit:base",
@@ -111,4 +111,4 @@
111111
"unist-util-find": "2.0.0",
112112
"vitest": "0.33.0"
113113
}
114-
}
114+
}

0 commit comments

Comments
 (0)