Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit f8174ac

Browse files
author
williamd5
committed
Merge branch 'feature/readme' into feature/callbacks
2 parents 270dd48 + fd813c7 commit f8174ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"_test": "mocha",
99
"test": "c8 npm run _test",
1010
"coverage": "c8 --reporter=html npm run _test",
11-
"build": "npm ci && tsc"
11+
"build": "npm ci && tsc",
12+
"readme": "node scripts/generateReadme.js"
1213
},
1314
"repository": {
1415
"type": "git",

0 commit comments

Comments
 (0)