Upgrading an existing installationΒΆ
If you already have an installation and you want to upgrade to the latest release, perform the following steps:
git pull
npm ci
npx tsc
npx cdk deploy '*'
If you already have an installation and you want to upgrade to the latest release, perform the following steps:
git pull
npm ci
npx tsc
npx cdk deploy '*'