Skip to content

Commit c76723f

Browse files
committed
Update auth README
1 parent f5c32f8 commit c76723f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/auth/src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ the updates so that all of the new authentication application logic can exist an
9494
be accessible.
9595
```
9696
cd ../..
97-
npm run deploy
97+
npm run cf-typegen && npm run deploy
9898
```
9999

100100
**NOTE:** You will want to deploy your new service worker for authentication before deploying updates to your StarbaseDB instance, because the StarbaseDB instance will rely on the authentication worker being available (see the service bindings we added in the wrangler.toml file for reference).

0 commit comments

Comments
 (0)