Skip to content

Commit b464bea

Browse files
committed
prepublish -> prepublishOnly
1 parent 25a236e commit b464bea

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
@@ -36,7 +36,7 @@
3636
},
3737
"scripts": {
3838
"lint": "eslint *.js",
39-
"prepublish": "npm run lint && npm test -- --run",
39+
"prepublishOnly": "npm run lint && npm test -- --run",
4040
"test": "vitest"
4141
},
4242
"eslintConfig": {

0 commit comments

Comments
 (0)