Skip to content

Commit dd050ee

Browse files
committed
fix: removed yarn
1 parent aca425c commit dd050ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"build": "tsup",
2121
"lint": "xo",
2222
"lint:fix": "xo --fix",
23-
"pretest": "yarn run lint",
23+
"pretest": "npm run lint",
2424
"test": "jest --detectOpenHandles",
2525
"test-ci": "npm run test -- --coverage",
2626
"prepublishOnly": "npm run build"

0 commit comments

Comments
 (0)