Skip to content

Commit

Permalink
replaced package.json script shorthand to build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LotteHofstede committed Apr 14, 2022
1 parent ef7f6d1 commit 7830d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: yarn run lint

- name: Check for circular dependencies
run: npx madge --exclude '(bitstream|bundle|collection|config-submission-form|eperson|item|version)\.model\.ts$' --circular --extensions ts ./
run: yarn run check-circ-deps

- name: Run build
run: yarn run build:prod
Expand Down

0 comments on commit 7830d1c

Please sign in to comment.