imodeljs / itwin-viewer

Monorepo that contains the iTwin Viewer npm package and its related packages
MIT License
15 stars 13 forks source link

Make values in .env file more consistent #51

Closed calebmshafer closed 3 years ago

calebmshafer commented 3 years ago

The current env file has both unquoted and quotes values due to certain types of characters requiring some to be quoted. For consistency, updated them all values to be quoted.

Fixes #39

kckst8 commented 3 years ago

Should rush change even though it won't affect much here. Was having issues with rush check -v so I removed it temporarily from the CI workflow

calebmshafer commented 3 years ago

@kckst8 it should only affect published packages, if it's set to shouldPublish to false in the rush.json then it's ignored by the check.