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 edd8214 commit 6a5e86fCopy full SHA for 6a5e86f
1 file changed
package.json
@@ -20,7 +20,7 @@
20
"lint:config": "eslint --print-config index.ts",
21
"prettier:check": "prettier --check src/**/*.{ts,tsx,json} && prettier --check *.{ts,tsx,json}",
22
"prettier:write": "prettier --write src/**/*.{ts,tsx,json} && prettier --write *.{ts,tsx,json}",
23
- "check:all": "yarn tsc && yarn lint && yarn prettier:check && jest",
+ "check:all": "tsc && yarn lint && yarn prettier:check && jest",
24
"fix": "yarn lint:fix && yarn prettier:write",
25
"test": "jest",
26
"snap": "jest -u",
0 commit comments