warframe-items
warframe-items copied to clipboard
feat(build): hash checking DE data before build
What did you fix? (provide a description or issue closes statement)
closed #381
- [x] Basic hash checking to stop the build process
- [x] Force flag to the build script:
-f--forcewhich ignores the hash checking - [x] Support for environment variable to force the build
- [ ] Cache endpoints list so it's possible to use in fetchResources method
- [ ] Update readme
- [ ] Update CI
Reproduction steps
Evidence/screenshot/link to line
Considerations
- Does this contain a new dependency? [No]
- Does this introduce opinionated data formatting or manual data entry? [No]
- Does this pr include the updated data files in a separate commit that can be reverted for a clean code-only pr? [No]
- Have I run the linter through
npm run lint? [Yes] - Is is a bug fix, feature request, or enhancement? [Feature]