Skip to content

Commit

Permalink
chore: speed up build script slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot authored and RobertCraigie committed Jul 7, 2023
1 parent d5552a5 commit d8b08cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env bash
set -euo pipefail
set -exuo pipefail

rm -rf dist/*

yarn tsn check-version.ts
yarn ts-node --transpileOnly check-version.ts

# build node:
node scripts/prepare-cjs-build.mjs
Expand Down

0 comments on commit d8b08cf

Please sign in to comment.