Skip to content

Commit

Permalink
fix: prevent build for e2e-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
a0ngo committed Dec 13, 2023
1 parent 1a720ce commit 3ee3773
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/witty-clocks-design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@fireblocks/e2e-tests': minor
---

fix: prevent build for e2e-tests as part of yarn build
2 changes: 1 addition & 1 deletion packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "e2e-tests",
"name": "@fireblocks/e2e-tests",
"version": "0.0.1",
"description": "End to end testing for the recovery tool",
"main": "index.test.ts",
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
# APPLE_API_KEY="private_keys/AuthKey_0000000000.p8" \
# APPLE_API_KEY_ISSUER="00000000-0000-0000-0000-000000000000" \
export CSC_IDENTITY_AUTO_DISCOVERY=false
yarn turbo run build
yarn turbo run build --filter=!@fireblocks/e2e-tests

0 comments on commit 3ee3773

Please sign in to comment.