Skip to content

Commit

Permalink
chore(internal): fix tests not always being type checked (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Feb 18, 2025
1 parent 7d38d98 commit 7f7be64
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/lint
Original file line number Diff line number Diff line change
@@ -8,7 +8,10 @@ echo "==> Running eslint"
./node_modules/.bin/eslint .

echo "==> Building"
./scripts/build # also checks types
./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

0 comments on commit 7f7be64

Please sign in to comment.