Skip to content

Commit

Permalink
Update the generator script
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Mar 12, 2021
1 parent 94eb35a commit e7e7fce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 0 additions & 3 deletions scripts/generate-web-api-types.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,3 @@ cd ${script_dir}

npm i
ruby ./code_generator.rb

#cd -
#npx prettier -w ${script_dir}/../packages/web-api/src/
1 change: 1 addition & 0 deletions scripts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"dependencies": {},
"devDependencies": {
"quicktype": "^15.0.260"
}
}

0 comments on commit e7e7fce

Please sign in to comment.