Skip to content

Commit 6d8901f

Browse files
committed
Renamed prepublish script to prepare (deprecation).
1 parent a8e7bc2 commit 6d8901f

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
@@ -29,7 +29,7 @@
2929
},
3030
"scripts": {
3131
"build": "tsc",
32-
"prepublish": "npm run build",
32+
"prepare": "npm run build",
3333
"prettier": "prettier package.json README.md tsconfig.json src/**.ts --write"
3434
},
3535
"readme": "https://github.com/Ayfri/Better-Embed/blob/master/README.md",

0 commit comments

Comments
 (0)