We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca425c commit dd050eeCopy full SHA for dd050ee
package.json
@@ -20,7 +20,7 @@
20
"build": "tsup",
21
"lint": "xo",
22
"lint:fix": "xo --fix",
23
- "pretest": "yarn run lint",
+ "pretest": "npm run lint",
24
"test": "jest --detectOpenHandles",
25
"test-ci": "npm run test -- --coverage",
26
"prepublishOnly": "npm run build"
0 commit comments