Skip to content

Commit 732c281

Browse files
committed
Adds instructions for clearing the build cache
1 parent 457994d commit 732c281

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/troubleshooting.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ Then change the permissions of the npm folder (if 1 doesn't work):
2929
sudo chown -R $(whoami) ~/.npm
3030
```
3131

32+
### Clear the build cache
33+
34+
Ensure you have stopped your local dev server then locate the hidden `.trigger` folder in your project and delete it. You can then restart your local dev server.
35+
3236
## Deployment
3337

3438
Running the [trigger.dev deploy] command builds and deploys your code. Sometimes there can be issues building your code.

0 commit comments

Comments
 (0)