Skip to content

Commit 9760ec5

Browse files
committed
Chore: fix lacking build script.
1 parent db2b667 commit 9760ec5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"scripts": {
3030
"preversion": "run-s clean test build",
3131
"postversion": "git push && git push --tags",
32+
"build": "node scripts/generate-index.js",
3233
"clean": "rimraf .nyc_output coverage index.js",
3334
"lint": "eslint lib scripts tests",
3435
"pretest": "npm run lint",

0 commit comments

Comments
 (0)