CDAT / jupyter-vcdat

A Jupyter Lab extension based on vCDAT.
BSD 3-Clause "New" or "Revised" License
6 stars 5 forks source link

Update circleci config #147

Closed downiec closed 4 years ago

downiec commented 4 years ago

I changed the config publish script so that the npm version will not be automatically updated. Instead circleci will perform a test to check whether the version in package.json has been updated to be greater than the version in npm. If the version hasn't been updated (which means the npm publish step would fail), then the test will fail and that will ensure that any PRs that are pushed must have an updated version. This test is performed before any other, so that the circleci test should fail early, before losing time with other tests.