Skip to content

Commit 7830d1c

Browse files
committed
replaced package.json script shorthand to build.yml
1 parent ef7f6d1 commit 7830d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: yarn run lint
7474

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

7878
- name: Run build
7979
run: yarn run build:prod

0 commit comments

Comments
 (0)