diff --git a/.github/workflows/azure-deploy.yml b/.github/workflows/azure-deploy.yml index a78b7dac..4b6c645f 100644 --- a/.github/workflows/azure-deploy.yml +++ b/.github/workflows/azure-deploy.yml @@ -220,6 +220,5 @@ jobs: - name: Seed Database defaults run: | npm run orm-seed-users - npm run orm-seed-roles - name: logout run: az logout \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 70b0862d..bb52e18f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,7 +29,6 @@ There are a number of commands defined in `package.json` that can be run to popu 1. `npm run orm-create-db` 2. `npm run orm-run-pending-migrations` 3. `npm run orm-seed-users` -4. `npm run orm-seed-roles` ## Running the project