Skip to content

Commit

Permalink
chore: add help text for auto-updates in the studio (#7461)
Browse files Browse the repository at this point in the history
  • Loading branch information
cngonzalez authored Sep 12, 2024
1 parent f9d354f commit 8b0eeff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {BuildSanityStudioCommandFlags} from '../../actions/build/buildAction'
const helpText = `
Options
--source-maps Enable source maps for built bundles (increases size of bundle)
--auto-updates Enable auto updates of studio versions
--no-minify Skip minifying built JavaScript (speeds up build, increases size of bundle)
-y, --yes Unattended mode, answers "yes" to any "yes/no" prompt and otherwise uses defaults
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {type DeployStudioActionFlags} from '../../actions/deploy/deployAction'
const helpText = `
Options
--source-maps Enable source maps for built bundles (increases size of bundle)
--auto-updates Enable auto updates of studio versions
--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/\`
Expand Down

0 comments on commit 8b0eeff

Please sign in to comment.