Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement NPM Package Deployment Checks #719

Closed
nlordell opened this issue Jul 30, 2024 · 1 comment
Closed

Implement NPM Package Deployment Checks #719

nlordell opened this issue Jul 30, 2024 · 1 comment
Assignees

Comments

@nlordell
Copy link
Collaborator

nlordell commented Jul 30, 2024

Implement an automated NPM deployment script that:

  1. Fetch the latest package from NPM and the current draft release
  2. Extract contents of both packages and check that from latest -> draft:
    • None of the supporting files (JS files, package.json, etc.) have changed
    • New network deployments were only added and nothing else was modified from the assets/**/*.json files
  3. Publish the NPM package.

Note that we the exact specification may change and is related to #718

@nlordell
Copy link
Collaborator Author

Closing as this task was split into two separate items for better tracking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants