Confused: netlify only exposed 1 function [resolved?]

I’m confused - Netlify is only exposing one of my 5 functions

ajoslin$ ls -l api/src/functions/
total 40
-rw-r--r--  1 ajoslin  admin  1584 Sep  1 08:59 graphql.ts
-rw-r--r--  1 ajoslin  admin  3973 Sep  1 07:57 jwtLogin.js
-rw-r--r--  1 ajoslin  admin  1345 Aug 31 20:05 jwtLogout.js
-rw-r--r--  1 ajoslin  admin  2560 Aug 31 20:05 jwtRefresh.js
-rw-r--r--  1 ajoslin  admin  3973 Sep  1 07:57 jwtSignup.js

ajoslin$ 
8:55:45 PM: 
8:55:45 PM: Done in 89.05s.
8:55:45 PM: ​
8:55:45 PM: (build.command completed in 1m 29.2s)
8:55:45 PM: ​
8:55:45 PM: ────────────────────────────────────────────────────────────────
8:55:45 PM:   2. Functions bundling                                         
8:55:45 PM: ────────────────────────────────────────────────────────────────
8:55:45 PM: ​
8:55:45 PM: Packaging Functions from api/dist/functions directory:
8:55:45 PM:  - graphql.js
8:55:45 PM: ​
8:56:07 PM: ​
8:56:07 PM: (Functions bundling completed in 21.9s)
8:56:07 PM: ​
8:56:07 PM: ────────────────────────────────────────────────────────────────
8:56:07 PM:   3. Deploy site                                                
8:56:07 PM: ────────────────────────────────────────────────────────────────
8:56:07 PM: ​
8:56:07 PM: Starting to deploy site from 'web/dist'
8:56:08 PM: Creating deploy tree 
8:56:08 PM: Creating deploy upload records
8:56:08 PM: 67 new files to upload
8:56:08 PM: 1 new functions to upload
8:56:14 PM: Site deploy was successfully initiated
8:56:14 PM: ​
8:56:14 PM: (Deploy site completed in 6.2s)
8:56:14 PM: ​
8:56:14 PM: ────────────────────────────────────────────────────────────────
8:56:14 PM:   Netlify Build Complete                                        
8:56:14 PM: ────────────────────────────────────────────────────────────────
8:56:14 PM: ​

ok…

so the prebuild/api/src/functions in my .redwood folder only has one of the functions…

docs !!

I generate a new function yarn rw g function test

it only shows up in the api/src/functions and not in the .redwood/prebuild/

I run a build yarn rw build

and they DO show up in the dist… interesting…

but still - the prebuild/api/src/functions in my .redwood folder only has one of the functions…

Even more confused…

pushed an insignificant change and now it’s including the functions…

was it because I did a yarn rw build ?

odd…

but FIXED!

yes!