Skip to content

Commit

Permalink
added generate-docs-rst command to generate icon data & rst serially
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcmichael committed Aug 24, 2023
1 parent e43c338 commit 5715ad1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"generate-apollo": "graphql-codegen",
"generate-apollo:start": "graphql-codegen --watch",
"generate-icon-data": "scripts/generate-icon-data.js",
"generate-icon-rst": "scripts/generate-icon-rst.js"
"generate-icon-rst": "scripts/generate-icon-rst.js",
"generate-docs-rst": "yarn run generate-icon-data && yarn run generate-icon-rst"
},
"private": true,
"resolutions": {
Expand Down

0 comments on commit 5715ad1

Please sign in to comment.