chore: generate sdk into packages/sdk

This commit is contained in:
adamdotdevin 2025-07-22 11:50:51 -05:00
parent 500cea5ce7
commit 10c8b49590
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
110 changed files with 12576 additions and 201 deletions

21
packages/sdk/scripts/lint Executable file
View file

@ -0,0 +1,21 @@
#!/usr/bin/env bash
set -e
cd "$(dirname "$0")/.."
echo "==> Running eslint"
./node_modules/.bin/eslint .
echo "==> Building"
./scripts/build
echo "==> Checking types"
./node_modules/typescript/bin/tsc
echo "==> Running Are The Types Wrong?"
./node_modules/.bin/attw --pack dist -f json >.attw.json || true
node scripts/utils/attw-report.cjs
echo "==> Running publint"
./node_modules/.bin/publint dist