Skip to content

Commit

Permalink
Schema updates (#39)
Browse files Browse the repository at this point in the history
- Update Batch API spec to latest version
- Add script to pull down latest batch schema from docs site
- Make generation scripts more robust with NPM runner
- Remove Makefile
  • Loading branch information
mnemitz authored Mar 22, 2024
1 parent 4984cc8 commit dc4e845
Show file tree
Hide file tree
Showing 25 changed files with 1,472 additions and 383 deletions.
4 changes: 0 additions & 4 deletions Makefile

This file was deleted.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"main": "./dist/index.js",
"files": ["dist", "src"],
"scripts": {
"refresh-schema": "./scripts/generate-models/generate-models.sh && npm run format",
"format": "biome format --write .",
"format:types": "biome format --write dist/**/*.ts",
"build:clean": "rm -rf dist",
Expand Down
Loading

0 comments on commit dc4e845

Please sign in to comment.