Skip to content

Commit b5c5499

Browse files
fix: update postbump script to use jsdocs.mjs instead of js
1 parent e9c5a9d commit b5c5499

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.shiprc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
".version": [],
55
"README.md": []
66
},
7-
"postbump": "npm run build && node scripts/jsdocs.js"
7+
"postbump": "npm run build && node scripts/jsdocs.mjs"
88
}

0 commit comments

Comments
 (0)