We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8add946 commit 2496fc6Copy full SHA for 2496fc6
package.json
@@ -25,7 +25,7 @@
25
],
26
"scripts": {
27
"preversion": "npm run test",
28
- "prepublishOnly": "npm run lint && npm run build",
+ "prepublishOnly": "publint && npm run build",
29
"build": "tsup src/slugify.ts --format cjs,esm --dts --sourcemap --clean",
30
"test": "vitest run",
31
"test:watch": "vitest watch"
0 commit comments