We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7eb48d commit a1d3d46Copy full SHA for a1d3d46
Makefile
@@ -24,7 +24,7 @@ prettier:
24
npm run prettier
25
26
.PHONY: prettier-check
27
-prettier-check:
+prettier-check: deps
28
npx prettier --config .prettierrc 'src/**/*.ts' --check
29
30
.PHONY: publish
0 commit comments