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
deploy from output directory instead of doing an in-memory build (#1042)
* deploy from output directory instead of doing an in-memory build
* handle 429 retries
* add rate limiter to projects with more than 300 files
* transpose --build to --if-missing and --if-stale
* prettier
* lower the upload rate limit to better match the server
* lower deploy concurrency in upload error test
* normalize file path; deterministic file resolution
* getSourceFileHash
* fix archives.win32 snapshot?
* change --ifMissing to -if-missing in some help output
Co-authored-by: Mike Bostock <[email protected]>
* move deferred into test/
* fix import order
* maxConcurrency=1 in all deploy tests
* Revert "maxConcurrency=1 in all deploy tests"
This reverts commit 10bba90.
* mock jsdelivr in getResolvers tests
---------
Co-authored-by: Philippe Rivière <[email protected]>
Co-authored-by: Mike Bostock <[email protected]>
0 commit comments