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.
1 parent 7b91c14 commit 6187e82Copy full SHA for 6187e82
package.json
@@ -58,7 +58,7 @@
58
"eslint:fix": "eslint \"./src/**/*.ts\" \"./bin/index.js\" \"./types/index.d.ts\" --fix",
59
"prettier": "prettier \"./src/**/*.ts\" \"./bin/index.js\" \"./types/index.d.ts\" --check",
60
"prettier:fix": "prettier \"./src/**/*.ts\" \"./bin/index.js\" \"./types/index.d.ts\" --write",
61
- "prepublish": "yarn run clean && yarn run release",
+ "prepublish": "npm run clean && npm run release",
62
"codecov": "codecov --token=66c30c23-8954-4892-bef9-fbaed0a2e42b",
63
64
"prepare": "npm run release"
0 commit comments