Skip to content

Commit 266171a

Browse files
committed
chore: Use prepublishOnly instead of prepublish
1 parent cc261fc commit 266171a

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
@@ -34,7 +34,7 @@
3434
"scripts": {
3535
"build": "babel src --out-file index.js",
3636
"watch": "npm run build -- --watch",
37-
"prepublish": "npm run build",
37+
"prepublishOnly": "npm run build",
3838
"lint": "eslint --cache ."
3939
}
4040
}

0 commit comments

Comments
 (0)