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 e57b763 commit de78f76Copy full SHA for de78f76
package.json
@@ -5,6 +5,7 @@
5
"type": "module",
6
"scripts": {
7
"build": "pnpm -r run build",
8
+ "check": "pnpm -r run check",
9
"format": "prettier --write .",
10
"lint": "prettier --check . && eslint .",
11
"lint:fix": "prettier --write . && eslint . --fix",
0 commit comments