Skip to content

Instantly share code, notes, and snippets.

@nzambello
Created August 30, 2021 14:31
Show Gist options
  • Save nzambello/f5db6083635e1d641dbf863355cabff8 to your computer and use it in GitHub Desktop.
Save nzambello/f5db6083635e1d641dbf863355cabff8 to your computer and use it in GitHub Desktop.
Update DVT
#!/bin/bash
echo -n "Enter design-volto-theme version: "
read -r dvtVersion
npx purge-lockfile@latest volto && rm -rdf node_modules && yarn cache clean && yarn add "redturtle/design-volto-theme#v$dvtVersion" -W && yarn i18n && git commit -am "chore(upd8): update dvt v$dvtVersion" && rm -rdf node_modules && yarn install --frozen-lockfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment