Skip to content

Commit 9c65b12

Browse files
committed
Deal with deprecated prepublish.
1 parent ae76a2d commit 9c65b12

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
@@ -57,7 +57,7 @@
5757
"eslint:fix": "eslint \"./src/**/*.ts\" \"./bin/index.js\" \"./types/index.d.ts\" --fix",
5858
"prettier": "prettier \"./src/**/*.ts\" \"./bin/index.js\" \"./types/index.d.ts\" --check",
5959
"prettier:fix": "prettier \"./src/**/*.ts\" \"./bin/index.js\" \"./types/index.d.ts\" --write",
60-
"prepublish": "yarn run clean && yarn run release",
60+
"prepare": "yarn run clean && yarn run release",
6161
"codecov": "codecov --token=66c30c23-8954-4892-bef9-fbaed0a2e42b"
6262
},
6363
"dependencies": {

0 commit comments

Comments
 (0)