Update upgrading-packages.mdx (#1273)

I believe the name of the executable in the `bin` dir is called `triggerdev` instead of `trigger.dev`
This commit is contained in:
Eugen Istoc
2024-08-28 05:50:52 -04:00
committed by GitHub
parent 4cfb52ef65
commit 7c1339c108
+2 -2
View File
@@ -71,8 +71,8 @@ But we recommend adding your dev and deploy commands to the `scripts` section of
```json
{
"scripts": {
"dev:trigger": "trigger.dev dev",
"deploy:trigger": "trigger.dev deploy"
"dev:trigger": "triggerdev dev",
"deploy:trigger": "triggerdev deploy"
}
}
```