From ddfcb5752ea081f5959e5db8dc8a4d12d7c2ca00 Mon Sep 17 00:00:00 2001 From: Michael Haufe Date: Fri, 9 Aug 2024 19:31:01 -0500 Subject: [PATCH] chore: Remove unused npm script for seeding roles (#314) --- .github/workflows/azure-deploy.yml | 1 - CONTRIBUTING.md | 1 - 2 files changed, 2 deletions(-) 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