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 db2b667 commit 9760ec5Copy full SHA for 9760ec5
package.json
@@ -29,6 +29,7 @@
29
"scripts": {
30
"preversion": "run-s clean test build",
31
"postversion": "git push && git push --tags",
32
+ "build": "node scripts/generate-index.js",
33
"clean": "rimraf .nyc_output coverage index.js",
34
"lint": "eslint lib scripts tests",
35
"pretest": "npm run lint",
0 commit comments