You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/troubleshooting.mdx
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,10 @@ Then change the permissions of the npm folder (if 1 doesn't work):
29
29
sudo chown -R $(whoami)~/.npm
30
30
```
31
31
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
+
32
36
## Deployment
33
37
34
38
Running the [trigger.dev deploy] command builds and deploys your code. Sometimes there can be issues building your code.
0 commit comments