Skip to content

Commit

Permalink
fix: generate recovery healthcert types (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
HJunyuan authored Mar 29, 2022
1 parent 213dc28 commit ab9cf04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/post-install.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ if (fs.existsSync(quicktype) && process.env.npm_config_production !== "true") {
generate({ path: "sg/gov/tech/geekout/1.0", rootTypeName: "Geekout" });
generate({ path: "sg/gov/tech/notarise/1.0", rootTypeName: "Notarise" });
generate({ path: "sg/gov/moh/pdt-healthcert/2.0", rootTypeName: "PDTHealthCertV2" });
generate({ path: "sg/gov/moh/recovery-healthcert/2.0", rootTypeName: "RECHealthCertV2" });
generate({ path: "sg/gov/moh/vaccination-healthcert/1.0", rootTypeName: "VaccinationHealthCert" });
} else {
console.log("Not running quicktype");
Expand Down

0 comments on commit ab9cf04

Please sign in to comment.