Skip to content

Commit

Permalink
chore: Update build script and environment variable handling
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent c0aefdd commit 1899ef6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bin/check
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ bin/fastcheck || {
}

echo "Building extension"
ENV=testing bin/build || {
export ENV=testing
bin/build || {
echo '\033[31mFailed to build extension.\033[0m'
exit 1
}

echo "Executing jest"
ENV=testing npm run test
npm run test

0 comments on commit 1899ef6

Please sign in to comment.