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 ea03ede commit 9f40d2cCopy full SHA for 9f40d2c
package.json
@@ -27,6 +27,7 @@
27
"eslint": ">=5"
28
},
29
"scripts": {
30
+ "pretest": "yarn build",
31
"lint": "eslint . --ignore-pattern '!.eslintrc.js' --ext js,ts",
32
"prettylint": "prettylint docs/**/*.md README.md package.json",
33
"prepublishOnly": "yarn build",
0 commit comments