Skip to content

Commit a008654

Browse files
committed
Run speccy through yarn
1 parent 13ba0da commit a008654

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ lint: install
2929
php $(PHPARGS) $(XPHPARGS) bin/php-openapi validate tests/spec/data/reference/playlist.json
3030
php $(PHPARGS) $(XPHPARGS) bin/php-openapi validate tests/spec/data/recursion.json
3131
php $(PHPARGS) $(XPHPARGS) bin/php-openapi validate tests/spec/data/recursion2.yaml
32-
node_modules/.bin/speccy lint tests/spec/data/reference/playlist.json
33-
node_modules/.bin/speccy lint tests/spec/data/recursion.json
32+
yarn run speccy lint tests/spec/data/reference/playlist.json
33+
yarn run speccy lint tests/spec/data/recursion.json
3434

3535
stan:
3636
php $(PHPARGS) vendor/bin/phpstan analyse -l 5 src

0 commit comments

Comments
 (0)