Skip to content

Commit 2496fc6

Browse files
committed
Fix publint
1 parent 8add946 commit 2496fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
"scripts": {
2727
"preversion": "npm run test",
28-
"prepublishOnly": "npm run lint && npm run build",
28+
"prepublishOnly": "publint && npm run build",
2929
"build": "tsup src/slugify.ts --format cjs,esm --dts --sourcemap --clean",
3030
"test": "vitest run",
3131
"test:watch": "vitest watch"

0 commit comments

Comments
 (0)