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 14d83ef commit 9a7d7f0Copy full SHA for 9a7d7f0
package.json
@@ -27,7 +27,7 @@
27
"eslint": ">=5"
28
},
29
"scripts": {
30
- "postinstall": "yarn build",
+ "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