We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
prepublish
1 parent ae76a2d commit 9c65b12Copy full SHA for 9c65b12
package.json
@@ -57,7 +57,7 @@
57
"eslint:fix": "eslint \"./src/**/*.ts\" \"./bin/index.js\" \"./types/index.d.ts\" --fix",
58
"prettier": "prettier \"./src/**/*.ts\" \"./bin/index.js\" \"./types/index.d.ts\" --check",
59
"prettier:fix": "prettier \"./src/**/*.ts\" \"./bin/index.js\" \"./types/index.d.ts\" --write",
60
- "prepublish": "yarn run clean && yarn run release",
+ "prepare": "yarn run clean && yarn run release",
61
"codecov": "codecov --token=66c30c23-8954-4892-bef9-fbaed0a2e42b"
62
},
63
"dependencies": {
0 commit comments