We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 744fa52 commit 5086a9dCopy full SHA for 5086a9d
package.json
@@ -28,8 +28,7 @@
28
"test:ci": "npm run build && jest --ci --coverage --verbose applyFileEdits.test.ts lineEndings.test.ts validatePath.test.ts",
29
"build": "tsup index.ts --format esm,cjs --dts --clean",
30
"prepublish": "npm run build",
31
- "prepare": "npm run build",
32
- "prepublishOnly": "npm test"
+ "prepare": "npm run build"
33
},
34
"repository": {
35
"type": "git",
0 commit comments