sanity deploy [source_dir]
Deploys a statically built Sanity studio
Arguments
Name | Description |
---|---|
source_dir | folders |
Options
Name | Description |
---|---|
--source-maps | Enable source maps for built bundles (increases size of bundle) |
--no-minify | Skip minifying built JavaScript (speeds up build, increases size of bundle) |
--no-build | Don't build the studio prior to deploy, instead deploying the version currently in `dist/` |