Skip to content

Commit 08393fb

Browse files
infra: add missing npm script that was promised in autogenerated api script
1 parent 8dace79 commit 08393fb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"scripts": {
1010
"build": "tsc",
1111
"format": "prettier src --write",
12+
"generate:api": "node tools/generate-cli.js",
1213
"lint": "eslint src",
1314
"lint:fix": "eslint src --fix"
1415
},

0 commit comments

Comments
 (0)