Skip to content

Commit a2dc2d6

Browse files
committed
package: Remove redundant prepublish script.
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent b624cd1 commit a2dc2d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"scripts": {
3939
"build": "babel --delete-dir-on-start -d lib/ src/",
4040
"prepare": "npm run build",
41-
"prepublish": "npm run build",
4241
"lint": "eslint . && prettier --loglevel=warn --check .",
4342
"lint:fix": "eslint --fix . && prettier --loglevel=warn --write .",
4443
"test": "npm run lint && npm run build && mocha test/*",

0 commit comments

Comments
 (0)