Skip to content

Commit

Permalink
chore(release): avoid watch mode when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Sep 20, 2022
1 parent 73134b1 commit 4890493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
set -e
pnpm -r build
pnpm test:generate
pnpm vitest run sql
pnpm test:types
CI=1 pnpm test
CI=1 pnpm test:types
pnpm dotenv -- multi-semantic-release --deps.release inherit $@
pnpm install
git add -u
Expand Down

0 comments on commit 4890493

Please sign in to comment.