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 c98cbfa commit d029c23Copy full SHA for d029c23
package.json
@@ -11,7 +11,8 @@
11
"lint": "lerna run lint",
12
"prettier": "lerna run prettier",
13
"format": "prettier --write",
14
- "doc": "jsdoc -c jsdoc.json"
+ "doc": "jsdoc -c jsdoc.json",
15
+ "generator": " cd generator && tsc main.ts && node main.js"
16
},
17
"repository": {
18
"type": "git",
0 commit comments