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
I updated from 5.10.0 to 5.12.0 and now I'm not seeing my files being generated. Only the metafile.
❯ .\node_modules\.bin\tsup --metafile
CLI Building entry: {"cli":"app/cli.ts","index":"app/index.ts"}
CLI Using tsconfig: tsconfig.json
CLI tsup v5.12.0
CLI Using tsup config: C:\Users\xo\code\unraid\api\package.json
CLI Target: node12
CJS Build start
CJS ⚡️ Build success in 113ms
api on main is 📦 v2.41.1 via v14.18.3
❯ ls .\dist\
Directory: C:\Users\xo\code\unraid\api\dist
Mode LastWriteTime Length Name
---- ------------- ------ ----
-a--- 11/03/2022 6:53 AM 26 metafile-cjs.json
Here is the same test in 5.10.0
❯ ls .\dist\
Directory: C:\Users\xo\code\unraid\api\dist
Mode LastWriteTime Length Name
---- ------------- ------ ----
-a--- 11/03/2022 6:59 AM 744164 cli.js
-a--- 11/03/2022 6:59 AM 995947 index.js
-a--- 11/03/2022 6:59 AM 163662 metafile-cjs.json
The text was updated successfully, but these errors were encountered:
I updated from
5.10.0
to5.12.0
and now I'm not seeing my files being generated. Only the metafile.Here is the same test in
5.10.0
The text was updated successfully, but these errors were encountered: