Skip to content

Commit c67147d

Browse files
authored
Merge branch 'main' into docs/react-email
2 parents b2d530b + 49c43a1 commit c67147d

File tree

210 files changed

+12967
-2616
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

210 files changed

+12967
-2616
lines changed

.changeset/weak-jobs-hide.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@trigger.dev/sdk": patch
3+
"trigger.dev": patch
4+
"@trigger.dev/core": patch
5+
---
6+
7+
v4: New lifecycle hooks

.cursor/rules/executing-commands.mdc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ But often, when running tests, it's better to `cd` into the directory and then r
1313

1414
```
1515
cd apps/webapp
16-
pnpm run test
16+
pnpm run test --run
1717
```
1818

1919
This way you can run for a single file easily:
2020

2121
```
2222
cd internal-packages/run-engine
23-
pnpm run test ./src/engine/tests/ttl.test.ts
23+
pnpm run test ./src/engine/tests/ttl.test.ts --run
2424
```

0 commit comments

Comments
 (0)