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.
npm install
1 parent 7040981 commit d192072Copy full SHA for d192072
package.json
@@ -102,6 +102,7 @@
102
"codecov": "codecov",
103
"commitmsg": "commitlint -e",
104
"lint": "eslint lib test package.json",
105
+ "postcheckout": "yarn install || (rimraf && npm install)",
106
"precommit": "npm run lint",
107
"pretest": "npm run clean && npm run lint",
108
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
0 commit comments