Skip to content

Commit

Permalink
Edit NPM Script Names for Clarity (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
boyleconnor authored Nov 30, 2021
1 parent 5bf24fc commit afa5dec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"@openapitools/openapi-generator-cli": "^2.3.9"
},
"scripts": {
"generate:server": "openapi-generator-cli generate -g typescript-fetch -o client/src -i $npm_config_spec --additional-properties=typescriptThreePlus=true",
"generate:server:latest": "openapi-generator-cli generate -g typescript-fetch -o client/src -i https://nlpsandbox.github.io/nlpsandbox-schemas/phi-deidentifier/latest/openapi.json --additional-properties=typescriptThreePlus=true"
"generate": "openapi-generator-cli generate -g typescript-fetch -o client/src -i $npm_config_spec --additional-properties=typescriptThreePlus=true",
"generate:latest": "openapi-generator-cli generate -g typescript-fetch -o client/src -i https://nlpsandbox.github.io/nlpsandbox-schemas/phi-deidentifier/latest/openapi.json --additional-properties=typescriptThreePlus=true"
}
}

0 comments on commit afa5dec

Please sign in to comment.