-
Create ormconfig.production and fill out database credentials. (Do not submit.)
-
npm run typeorm migration:generate -- --name initialize --connection patreon --config ormconfig.production
-
Commit the migration.
npm run typeorm migration:run -- --connection patreon --config ormconfig.production
npm login --registry=https://npm.pkg.github.com --scope=flashflashrevolution
# username (lowercase)
# access token (https://github.com/settings/tokens, admin:org, delete:packages, repo, write:packages)
# github email
# npm version -h # For details on patch level options.
npm version patch -m "Update comment."
npm publish