Skip to content

Commit

Permalink
chore: Remove unused npm script for seeding roles (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlhaufe authored Aug 10, 2024
1 parent 0b1acb7 commit ddfcb57
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/azure-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ddfcb57

Please sign in to comment.